How this command is triggered — by the user, by Claude, or both
Slash command
/development:execute-planFiles this command reads when invoked
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Execute plan Execute a plan from GitHub issue or comment: $ARGUMENTS ## Instructions You are a senior software engineer tasked with implementing a plan based on a GitHub issue. Please: - Fetch the GitHub issue using the issue number or URL provided in the arguments - Parse the plan from the issue description or comment. - Create an execution strategy with concrete implementation steps - Generate concrete code and implementation steps - Create a new branch with a brief name using the conventional commit style as prefix (`feat/<branch-name>`, `fix/<branch-name>`, `docs/<branch-name>`,...
Execute a plan from GitHub issue or comment: $ARGUMENTS
You are a senior software engineer tasked with implementing a plan based on a GitHub issue. Please:
feat/<branch-name>, fix/<branch-name>, docs/<branch-name>, etc)npx claudepluginhub puelpan/claude-plugins --plugin development/issue-planReads a GitHub issue, analyzes the codebase, and creates a staged implementation plan with task list tracking.
/github-issue-fixAnalyzes GitHub issue via gh CLI, identifies sub-issues/dependencies, breaks into tasks, and documents structured fix plan in scratchpad.
/implement-issueImplements a GitHub issue or local file by fetching details, invoking specialist agent for solution, validating changes, creating branch, and opening PR.
/do-issueImplements GitHub/GitLab/Bitbucket issues using progressive analyze-specify-plan-implement-validate-complete workflow with optional step skipping, scope detection, dry-run, and multi-issue support.
/run-tasksExecutes GitHub issue by number using EPCT workflow: fetches details, explores/plans/codes/tests solution, creates branch/commit/PR, and links issue.
/execute-planNotifies user that /execute-plan is deprecated, will be removed in next major release, and directs to use 'aegis:executing-plans' skill instead.