caseyrtalbot
- 16 skills
- 0 followers
- 14 hours ago last updated
- ▌ Audit · caseyrtalbotRun comprehensive quality, security, and completeness audit on current work. User-invoked only: do not auto-trigger.
- ▌ Start · caseyrtalbotInitiate a new Forge workflow. Creates .forge/ state and begins the discovery phase. User-invoked only: do not auto-trigger.
- ▌ Status · caseyrtalbotShow current Forge workflow phase, progress, and pending gates. User-invoked only: do not auto-trigger.
- ▌ Advance · caseyrtalbotCheck gate conditions for the current phase and advance to the next phase if all pass. User-invoked only: do not auto-trigger.
- ▌ Chart Tasks · caseyrtalbot bundleUse when an approved spec exists and needs to be decomposed into executable tasks with verification criteria. Phase: PLANNING.
- ▌ Prove First · caseyrtalbot bundleWrite failing test before any production code. Red-green-refactor for all features and fixes. No exceptions except config, types, and static assets.
- ▌ Trace Fault · caseyrtalbot bundleSystematic root cause analysis before proposing fixes. Reproduce, hypothesize, test, document. Three failed fixes means question the architecture.
- ▌ Inspect Work · caseyrtalbot bundleMulti-stage review with re-review loops. Spec compliance first, then code quality, then security. Issues must be fixed and re-reviewed before proceeding.
- ▌ Isolate Work · caseyrtalbotCreate isolated git worktrees for feature work. Smart directory selection and safety verification.
- ▌ Land Changes · caseyrtalbotUse when all verification passes and code is ready to integrate. Handles branch preparation, PR creation, merge decisions, and cleanup. Phase: INTEGRATION.
- ▌ Shape Design · caseyrtalbotUse when an approved direction exists and a spec document is needed. Creates architecture, data flow, edge cases, and error handling documentation. Phase: DESIGN.
- ▌ Discover Intent · caseyrtalbotUse when starting any new feature, change, or project. Collaboratively refines what to build through structured questions before any design or code begins. Phase: DISCOVERY.
- ▌ Distill Lessons · caseyrtalbotUse at the end of a workflow or after significant debugging. Captures what went well, what went wrong, and what to do differently next time.
- ▌ Drive Execution · caseyrtalbotUse when a complete plan exists and tasks are ready for implementation. Dispatches fresh agents per task with individual verification. Phase: EXECUTION.
- ▌ Confirm Complete · caseyrtalbotRun verification commands and show output before any completion claim. Evidence before assertions. Fresh execution required, not cached results.
- ▌ Receive Feedback · caseyrtalbotUse when receiving code review feedback. Verify suggestions against the codebase before implementing. Push back when feedback is incorrect.