franklywatson
- 11 skills
- 0 followers
- 8 hours ago last updated
- ▌
- ▌ Sdd · franklywatsonInvoke AFTER plan+ is approved, as an alternative to tdd+ for plans with independent tasks. Wraps superpowers:subagent-driven-development with typed agent dispatch: fresh implementer subagent per task, then spec-reviewer and code-reviewer subagents. Executes the whole plan without pausing between tasks.
- ▌ Tdd · franklywatsonInvoke AFTER plan+ is approved. Wraps superpowers:test-driven-development with full-loop assertions, real-dependency enforcement for stack/integration-layer tests, zero-defect, stale test detection, and scoped test runs. Implements plan tasks with RED-GREEN-REFACTOR discipline.
- ▌ Plan · franklywatsonInvoke AFTER brain+ design is approved. Wraps superpowers:writing-plans with constitutional rules, testing strategy per task, and mock policy. Creates bite-sized implementation plans.
- ▌ Brain · franklywatsonInvoke BEFORE any design or feature work. Wraps superpowers:brainstorming with scout agent context harvesting, signal-first design considerations, opt-in agent-loop trajectory elicitation, and constitutional rule awareness. Asks questions one at a time to refine the design.
- ▌ Debug · franklywatsonInvoke when debugging, fixing bugs, diagnosing failures, or when something is broken, unexpected, or not working as expected. Trigger phrases: 'debug', 'fix bug', 'why is X failing', 'what's wrong with', 'broken', 'diagnose', 'investigate'. Wraps superpowers:systematic-debugging with mandatory scout context harvesting.
- ▌ Investigate · franklywatsonAlias for debug+. Invoke when encountering any bug, test failure, or unexpected behavior. Redirects to debug+ which wraps superpowers:systematic-debugging with scout agent context.
- ▌ Review · franklywatsonInvoke AFTER verify+ passes. Wraps superpowers:requesting-code-review with constitutional compliance checklist, stale test validation, and reviewer agent invocation. Two-stage review: spec compliance + code quality.
- ▌ Verify · franklywatsonInvoke AFTER tdd+ or sdd+ implementation is complete. Wraps superpowers:verification-before-completion with evidence standards, spec drift check, and full-suite test run. This is the ONLY phase where full test suite runs are appropriate.
- ▌ Verify Harness · franklywatsonRun after `rig init` to verify all hooks, skills, and agents are installed and working correctly in the live session.
- ▌ Agentic Workflows · franklywatsonRoute gh-aw workflow design/create/debug/upgrade requests to the right prompts.