{"id":51033719,"url":"https://github.com/launchapp-dev/animus-project-templates","last_synced_at":"2026-06-22T03:01:51.454Z","repository":{"id":357918239,"uuid":"1219570019","full_name":"launchapp-dev/animus-project-templates","owner":"launchapp-dev","description":"Curated project templates for animus init","archived":false,"fork":false,"pushed_at":"2026-05-14T20:56:10.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-14T21:40:47.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/launchapp-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-24T02:22:43.000Z","updated_at":"2026-05-14T20:56:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/launchapp-dev/animus-project-templates","commit_stats":null,"previous_names":["launchapp-dev/animus-project-templates"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/launchapp-dev/animus-project-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchapp-dev%2Fanimus-project-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchapp-dev%2Fanimus-project-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchapp-dev%2Fanimus-project-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchapp-dev%2Fanimus-project-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/launchapp-dev","download_url":"https://codeload.github.com/launchapp-dev/animus-project-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/launchapp-dev%2Fanimus-project-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34632723,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-22T03:01:50.749Z","updated_at":"2026-06-22T03:01:51.446Z","avatar_url":"https://github.com/launchapp-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Animus Project Templates\n\n\u003e **v0.4.0 alignment (2026-05-14):** All references to `.ao/` and `ao.*` pack ids have been renamed to `.animus/` and `animus.*` per the Animus v0.4.0 hard rename. Templates generated against this registry from Animus v0.4.0+ produce projects with `.animus/` paths and `animus.*` pack ids. v0.3.x users should pin their template registry to a pre-rename commit (see Animus migration guide).\n\nCurated project templates for `animus init`.\n\nEach template ships a complete, learnable starter — a `.animus/` directory\nwith real inline agent definitions, real workflow phases, schedules,\ntriggers, and a README explaining the layout. New users can read their\nfreshly-initialized `.animus/` like a job description for their AI team\nwithout spelunking through pack internals.\n\n## Templates\n\n### `templates/task-queue`\n\nThe simple default. For solo founders and small teams who already have\ntasks (or generate them with `animus task create`) and want a clean\ndelivery loop with a reviewer gate.\n\nWhat you get out of the box:\n\n- **Agents:** `default` (implementer, Sonnet), `reviewer` (Sonnet),\n  `triager` (Haiku for cheap queue evaluation).\n- **Workflow:** `standard-workflow` — subject-activate -\u003e implementation\n  -\u003e review -\u003e push-branch -\u003e create-pr. Reviewer rework verdicts route\n  back to implementation.\n- **Schedules:** none active by default.\n- **Triggers:** none active by default.\n- **Merge:** `auto_merge: false` — the user approves the PR on GitHub.\n\n### `templates/conductor`\n\nThe richest template. For teams that decompose requirements into tasks via\na Product Owner agent and want autonomous delivery on top.\n\nWhat you get out of the box:\n\n- **Agents:** `po` (Opus, decomposes requirements -\u003e tasks), `architect`\n  (Opus, design notes for cross-cutting changes), `default` (Sonnet,\n  implementer), `reviewer` (Sonnet), `qa` (Sonnet, validates acceptance\n  criteria + adds test coverage).\n- **Workflows:** `requirements-workflow` (PO plans), `requirements-execute-workflow`\n  (PO plans + auto-enqueues), `standard-workflow` (subject-activate -\u003e\n  implementation -\u003e review -\u003e qa -\u003e push -\u003e create-pr).\n- **Schedules:** `work-planner` ENABLED — runs the standard workflow\n  against the next ready task every 10 minutes.\n- **Triggers:** none active by default (commented GitHub-issue example\n  shipped).\n- **Merge:** `auto_merge: false` — human still approves the PR.\n\n### `templates/direct-workflow`\n\nThe slim, human-driven variant. For users who want explicit control on\nevery step. No autonomous schedules, strong tool-policy denies, an\nexplicit `mode: manual` approval gate before push.\n\nWhat you get out of the box:\n\n- **Agents:** `default` (Sonnet, denies on `git.push`), `reviewer`\n  (Sonnet, denies on all `git.*`).\n- **Workflow:** `standard-workflow` — subject-activate -\u003e implementation\n  -\u003e review -\u003e **manual-approval** -\u003e push -\u003e create-pr (as draft).\n- **Schedules:** empty.\n- **Triggers:** empty.\n- **Merge:** `auto_merge: false`, draft PR.\n\n## Layout\n\nEach template directory contains:\n\n- `template.toml` — manifest consumed by `animus init` (template id, version,\n  pack activations, daemon defaults, post-init `next_steps`).\n- `skeleton/` — the tree copied verbatim into the target project's working\n  directory. Always contains `.animus/README.md` and\n  `.animus/workflows/{agents,delivery,schedules,triggers,custom}.yaml`.\n  Conductor additionally ships `.animus/workflows/requirements.yaml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchapp-dev%2Fanimus-project-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaunchapp-dev%2Fanimus-project-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaunchapp-dev%2Fanimus-project-templates/lists"}