Super Aidlc:ship
Run the operations phase - verification, commit, push, and PR creation. Use after building when you're ready to ship.
Super Aidlc:worktree
Git worktree usage in super-aidlc. Worktrees provide filesystem isolation for parallel builders. PARALLEL strategy uses them by default via the Agent tool's `isolation: "worktree"` option. Read this before debugging worktree issues or running `--auto` on branches with uncommitted state.
Super Aidlc:brainstorm
Explore requirements before committing to design. Multi-perspective review (Product, Engineering, Design). Use when scope is ambiguous, multiple approaches exist, or the problem needs clarification.
Super Aidlc:qa
Run QA testing against a live app with real browser automation, API validation, or CLI testing. Captures screenshots, finds bugs, classifies by severity.
Super Aidlc:debug
Systematic root-cause investigation for bugs and failures. Four phases - investigate, analyze, hypothesize, implement. No shotgun fixes.
Super Aidlc:review
Run the two-stage code review (spec compliance + parallel quality reviewers) on current changes. Use before creating a PR or after completing a feature.
Super Aidlc:verify
Evidence-based completion. Before claiming work is done, tests pass, build succeeds, or a bug is fixed, run the verification command in this message and quote the output. No exceptions.
Super Aidlc:compound
Extract structured knowledge from the current session into aidlc-docs/solutions/. Run after solving non-trivial bugs or discovering important patterns.
Super Aidlc:tdd
Test-Driven Development. Write the failing test first, watch it fail, write minimal code to pass. Applies to every feature, bug fix, and behavior change unless explicitly bypassed via --skip-tests with a logged reason.
Super Aidlc:metrics
Generate session metrics trends from build logs. Shows time, tests, bugs, compound scores, and strategy effectiveness over time.
Super Aidlc:janitor
Scan recent sessions for uncompounded knowledge. Auto-compound high-value sessions, suggest medium-value ones, skip low-value ones.
Super Aidlc:compound Refresh
Maintain aidlc-docs/solutions/ quality. Reviews learnings against current codebase, applies Keep/Update/Consolidate/Replace/Delete operations.
Super Aidlc:design
Run only the inception phase (research + questions + design doc) without building. Use when you want a design doc to review before committing to code.
Super Aidlc
Structured development with design docs, parallel agent builds, TDD enforcement, parallel specialist reviewers, and compound knowledge system. Use for any task beyond a trivial bug fix.
Super Aidlc:skills
Meta-skill for authoring new skills. Load before creating or modifying any skill file. Enforces structure, voice, and the anti-rationalization patterns that make skills actually shape agent behavior rather than reading as polite suggestions.