implement
01Command
Implement one or all tasks from a /plan-tasks plan using TDD. Single task runs inline. All-tasks mode orchestrates sequential subagents — one per task.
Command
Implement one or all tasks from a /plan-tasks plan using TDD. Single task runs inline. All-tasks mode orchestrates sequential subagents — one per task.
Command
Create a structured implementation plan with individual task files per task. Saves approved plan to .agents/plans/ /. Use /implement to execute tasks.
Skill Claude CodeCodex
Commit and push local changes using git with a well-crafted Conventional Commits message. Use when the user asks to commit, save changes, push code, or create a git commit. Also use when the user says "commit this", "push changes", or references committing work.
Skill Claude CodeCodex
Create a GitHub pull request from the current branch into main using the gh CLI. Use when the user asks to open a PR, create a pull request, submit changes for review, or references pull requests and merging into main.
Skill Claude CodeCodex
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.