Collaborative design exploration that refines ideas into validated specs through iterative questioning. Use before...
find ~/izyanrajwani/ -name "*.skill"
Dispatches one subagent per independent domain to parallelize investigation/fixes. Use when you have 2+ unrelated...
Disciplined plan execution for implementation tasks. Use when executing a saved implementation plan, following...
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be...
Assesses and responds to incoming code review feedback on PRs (reviewer comments, requested changes), especially...
Use when you need to request a code review for a PR/MR and want a consistent review brief (context, scope, risk...
Sequential subagent execution with two-stage review gates for implementation plans. Use when executing multi-task...
Root cause analysis for debugging. Use when bugs, test failures, or unexpected behavior have non-obvious causes, or...
Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation,...
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without...
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any...
Verification discipline for completion claims. Use when about to assert success, claim a fix is complete, report...
Structured implementation planning for multi-step development tasks. Use when you have a spec or requirements and...
Use when creating new skills, editing existing skills, or verifying skills work before deployment