← all publishers

caseyrtalbot

@caseyrtalbot source repo

16 published skills

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