| agent-pipeline |
Automated Issue-to-PR-to-Merge pipeline using GitHub Actions and AI agents with review loops |
full-lifecycle |
✓ |
| conductor |
Context-driven development workflow — interactive setup, spec generation, TDD implementation with checkpoints and revert |
full-lifecycle |
|
| context-mapping |
Pre-execution context mapping phase inspired by Blitzy — maps codebase structure, identifies dependencies, and builds execution context before any agent writes code. Use before complex multi-file changes, large refactors, or unfamiliar codebases. |
full-lifecycle |
✓ |
| evaluation |
Evaluation-mode prompt scaffold. Use when you have candidates (options, outputs, PRs, copy variants, vendors) and need a scored comparison with a verdict — not opinions. Always produces a decision plus evidence. "It depends" is not an acceptable output. Invoke with /evaluation. |
full-lifecycle |
|
| exploration |
Exploration-mode prompt scaffold. Use when the option space isn't mapped yet — generate distinct alternatives, surface unknowns, challenge assumptions. The output is a list of options with evidence, not a recommendation. Invoke with /exploration. |
full-lifecycle |
|
| feature-implementation |
End-to-end feature implementation workflow using WHY/WHAT/HOW framework — from requirements through context mapping, implementation, testing, and PR creation. Use when implementing a complete feature across multiple files. |
full-lifecycle |
✓ |
| feature-pipeline |
Multi-phase feature development with checkpoint gates, parallel agent streams, and phased artifact output |
full-lifecycle |
|
| goal |
Manage the build-mode goal-loop — set, inspect, pause, resume, extend, or clear a durable build objective with a budget ceiling. Drives the goal-loop + goal-gate hooks via a repo-root .goal-active sentinel. Invoke with /goal. |
full-lifecycle |
|
| production |
Production-mode prompt scaffold. Use when the decision is made and spec is clear — produce the final deliverable with no exploratory sprawl, no meta-commentary, no preamble. Output is the artifact itself, nothing else. Invoke with /production. |
full-lifecycle |
|
| release-engineering |
End-to-end release workflow — preflight checks, code review, changelog generation, version bump, tagging, and publishing. Coordinates release-engineer agent, code-reviewer persona, and github-operations agent through the WHY/WHAT/HOW framework. |
full-lifecycle |
✓ |
| session-end |
Session wrap-up workflow — captures decisions, syncs memory, reports costs, updates tasks, and commits cleanly. Run before ending any session with meaningful work. |
full-lifecycle |
✓ |
| session-start |
Session bootstrap workflow — audits project context, suggests session template, checks service health, and pulls pending tasks. Run at the start of any non-trivial engineering session. |
full-lifecycle |
✓ |
| specification |
Specification-mode prompt scaffold. Use when the decision is made and you need a buildable, testable, reviewable spec. Output is fixed-structure with measurable acceptance criteria. Never re-argues the premise. Invoke with /specification. |
full-lifecycle |
|