-
Notifications
You must be signed in to change notification settings - Fork 0
Developer Workflows
github-actions[bot] edited this page Jun 25, 2026
·
9 revisions
The phase-gated developer loop — /setup · /plan · /work · /review · /release · /bugfix — extracted from agentm as a standalone native plugin. The base the other plugins enhance.
Full primitive and hook detail: development-lifecycle design.
-
Standalone — installs and works on its own;
requires: []. -
The base others enhance —
developer-safety's control hooks andcode-review's reviewer engage across the phase loop when installed alongside it. -
Hosts — phase commands, agents, output-style, and rule are host-symmetric;
harness-context-session-startandcompact-nudge-resumehooks are Claude-only (Antigravity limitations).
Discrete plan → work → review → release gates beat freestyling the whole lifecycle in one pass: context is ephemeral so state lives on disk; /work runs the task list autonomously, single-threaded and gated by a per-task safety check; /review is adversarial by design — a reviewer primed to assume bugs finds real ones. See Why phase-gating and Why adversarial review.
-
Evaluator — the
/reviewrubric grader's dispatch contract. - Named plans · See every active plan — the multi-plan surface.
- Spawn a worker in a worktree · Run isolated tasks · Integrate a worker — the worktree lifecycle.
- Developer Safety · Plugin anatomy — the sibling safety plugin + the shared plugin structure.
- Why phase-gating — why the loop is gated.
-
Development lifecycle design — the full design, including hooks and
find_process_seam.py. - Developer Plugin Suite design — the developer-workflows / safety / code-review split.
Architecture · Plugins · Home
🔧 How-to
🏛️ Architecture
-
Plugins
- Developer Workflows
- Developer Safety
- Code Review
- GitHub CI
- Wiki Maintenance
- PII Guardrail
- Token Audit · Status Line Meter
- Customization model
- Build & distribution
- Host adapters
- Harness interface ↔ Agent M