Help us improve
Share bugs, ideas, or general feedback.
From terma
Implements a predefined plan or feature into code. Use when user provides a detailed plan ready for execution.
npx claudepluginhub bfollington/terma --plugin termaHow this skill is triggered — by the user, by Claude, or both
Slash command
/terma:implementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and apply the guidance from @../../lib/implement.md
Executes feature implementation plans from plan.md files. Starts or resumes features by loading plans, setting context, implementing steps with tests, handling blockers, and preparing submission.
Creates zero-context implementation plans with bite-sized tasks for multi-step feature planning. Each task is a single action with exact file paths, test instructions, and verification steps.
Executes an implementation plan — writes code and tests, runs quality review, and ships a pull request.
Share bugs, ideas, or general feedback.
Read and apply the guidance from @../../lib/implement.md