Seven teammates who take your story from a rough idea to a reviewed pull request. Get onboarded, no prior reading required.
.context/ are the whole team's shared notebook: what this codebase does, how it's laid out, how the flows run, how it's tested, and the patterns worth copying. I write it once and never re-learn the codebase from scratch.AGENTS.md is just the index card taped to the notebook's cover โ it points any teammate at the right page for the job at hand. CLAUDE.md is one line: @AGENTS.md. One notebook, every host reads it.repo-agentifier, or just describe what you want and the right person answers. It lives in plugins/arcus/skills/<name>/SKILL.md and joins the conversation the moment you call it.plugins/arcus/agents/<name>.md.repo-agentifierbootstrap.sh runs on SessionStart before anyone says a word. Copilot CLI runs it from the plugin's own install directory though, not the session's โ so it reads the real one off the hook's own payload. Either way Lucie never relies on the hook alone: she re-stages the toolbox herself at the top of every run.arcus-plugin is the crate the whole team ships in โ skills, agents, scripts, one bootstrap hook, one version. The arcus marketplace is where you add it from. Same crate works in Claude Code, VS Code, Copilot CLI, and OpenCode.plan story.md" and it's on the board โ Angelina takes it from here.grounded-spec.md is every resolved ambiguity and its acceptance criteria. plan.md is the atomic ### Task N: list. Gate A: say "yes", or come back later with generate test plan for <STORY>.forge, afk, run afk on <STORY>, or arcus <STORY> --afk โ every stage runs back-to-back, every gate auto-confirms, milestones only. Only for a spec I already trust..context/testing-patterns.md already established. That's TDD, not an afterthought. Gate B: arcus <STORY> when you're happy with the matrix.arcus/<STORY>-N, re-checking for name collisions since day one. Planning stays entirely on the base branch; we only branch once there's real code to commit. Unless the room I woke up in already had a door โ see the card below.### Task N: heading and sends each one to a fresh copy of me: implementation, tests, my own tidy-up pass, and one lightweight advisory spec check. None of us can see each other's code โ which is exactly why quality isn't judged per ticket.changes_requested. Lint and format get auto-fixed and committed where possible.critical blocks, warning is real but survivable, suggestion never blocks.design-and-coding-patterns.md is static by design: it moves only when a pattern truly recurs, โฅ3 places, or gets superseded.| Say this | You get |
|---|---|
"agentify this repo" / repo-agentifier | Once per repo. Angelina scans in parallel, writes the notebook, pins up AGENTS.md + CLAUDE.md. |
plan <STORY> or arcus <STORY> | Gated, the default. Lucie stops for open questions and phase-boundary gates. |
arcus <STORY> --intelligent | Intelligent, cloud mode. Lucie stops for open questions only, no phase-boundary gates. |
forge <STORY> / afk <STORY> / run afk on <STORY> / arcus <STORY> --afk | Autonomous (AFK), no gates. Every stage back-to-back, milestone-only output. |
generate test plan for <STORY> | Cold-resume into Quinn's Test Plan at Gate A. |
review <STORY> | Cold-resume into Steffi's Code Review at Gate C. |
sync context | Standalone notebook sync, outside the board. |
create pull request for <STORY> | Cold-resume into Lucie's Closure. |
resume <STORY> | Continue from the first incomplete stage, in whatever mode the checkpoint remembers. |
| "where am I" / "arcus help" | Genie โ the always-on help desk. |
Every fact in this issue is lifted from the skills and docs themselves โ pipeline.md, modes.md, capability-library.md, context-engineering.md, and the SKILL.md frontmatter. To be continued in your repo. ๐งโ๐ป