Portable AI-workflow control plane for Claude Code — one install.sh ships specialized agents, user-invocable skills, always-on rules, lint/audit/secret hooks, the 6-gate review, design templates + sprint discipline, an /onboard wizard, and a pull-based feedback loop. v0.4.0
Implement a backend / service feature in {{PROJECTNAME}} ({{TECHSTACKDESC}}) — a handler/endpoint, a use-case or service, a data-access change, a migration, a job/worker, a message producer/consumer. Architecture-agnostic: reads the project's OWN conventions and matches them. Use for any server-side coding task.…
Author zero-fix Design Docs that let a downstream implementation agent ship in one pass with no re-delegation. Target ≥500 lines for non-trivial tasks (correlates with zero post-delegation rework). Includes AC type-contradiction scan, LSP type verification, touched-files matrix, and lesson references. Use proactively…
Implement a frontend / UI feature in {{PROJECTNAME}} — a page/route, a component, a piece of client state, a form, an API client call, an i18n change. Architecture-agnostic: reads the project's OWN structure (whatever it is) and matches it. Use for any client-side coding task. Follows TDD + the 6-gate review.
Author the first set of control-plane artifacts for a freshly-installed project — root CLAUDE.md, per-area CLAUDE.md, brain-hot.md A011+ drafts, codebase-orientation.md, team-conventions.md, and .claude/rules/code-style.md (the engineers' style contract, from code-style sampling). Reads codebase scan output + Stage 2…
Top-level PM / orchestrator agent for {{PROJECTNAME}}. Use to pick the next task, plan a sprint phase, sequence parallel work, or summarize current sprint state. Reads docs/project/sprints/S /tasks.md, docs/project/backlog.md, and per-sprint files; never modifies code itself — delegates to the right specialized agent.
Comprehensive review of code quality, architecture compliance, cross-component contract sync, and requirement fulfillment across {{PROJECTNAME}}. Use after a coding agent finishes a feature, before merge, and as gate 1 of the 6-gate post-delegation review. Returns Approved / Needs Changes / Rejected with a structured…
Author a sprint retro for {{PROJECTNAME}} at sprint close. Reads sprint board (tasks.md) + collected mini-retros + lessons, produces docs/project/sprints/NN/retro.md. Knows the move-prose-on-close discipline (Glance → retro.md in the same commit) and how to propose promoting a new A-rule from a recurring lesson.…