Help us improve
Share bugs, ideas, or general feedback.
Use when there is a written implementation plan to execute in a separate session with review checkpoints
npx claudepluginhub harmaalbers/claude-requirements-framework --plugin requirements-frameworkHow this skill is triggered — by the user, by Claude, or both
Slash command
/requirements-framework:executing-plansThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load plan, review critically, execute tasks in batches, report for review between batches.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Loads a written implementation plan, executes tasks in batches with verification, and pauses for review between batches. Designed for structured feature work.
Executes written implementation plans in batched sessions: critically review plan, process first 3 tasks with verifications, report for feedback, repeat until complete with branch finishing. Use for structured dev with checkpoints.
Share bugs, ideas, or general feedback.
Load plan, review critically, execute tasks in batches, report for review between batches.
Core principle: Batch execution with checkpoints for architect review.
Announce at start: "I'm using the executing-plans skill to implement this plan."
Default: First 3 tasks
For each task:
requirements-framework:test-driven-development for any new codeWhen batch complete:
Based on feedback:
After each batch or logical unit:
/pre-commit to review changes before committingAfter all tasks complete and verified:
requirements-framework:finishing-a-development-branchSTOP executing immediately when:
Ask for clarification rather than guessing.
Return to Review (Step 1) when:
Don't force through blockers — stop and ask.
Required workflow skills:
requirements-framework:using-git-worktrees — Set up isolated workspace before starting (recommended)requirements-framework:writing-plans — Creates the plan this skill executesrequirements-framework:finishing-a-development-branch — Complete development after all tasksrequirements-framework:verification-before-completion — Verify before claiming done