From dev-workflow
Use when the user says 'execute the plan', 'run the plan', 'implement the plan', or has a verified plan file ready for execution. Executes plan tasks mechanically without judgment calls; reports blocked/failed tasks for the user to fix. Not needed when run-phase is active — run-phase calls this internally at Step 4.
npx claudepluginhub n0rvyn/indie-toolkit --plugin dev-workflowThis skill uses the workspace's default tool permissions.
This skill dispatches the `dev-workflow:execute-plan` agent (sonnet) to execute a verified plan. The agent follows plan tasks precisely without making judgment calls. The plan's final verification task runs the full build/test suite. Failure fixes happen after the agent returns, in main context.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
This skill dispatches the dev-workflow:execute-plan agent (sonnet) to execute a verified plan. The agent follows plan tasks precisely without making judgment calls. The plan's final verification task runs the full build/test suite. Failure fixes happen after the agent returns, in main context.
## Verification section with Verdict: Approved in the plan file
dev-workflow:verify-plan before proceeding. If verify-plan returns "must-revise", apply revisions and re-verify before continuing## Decisions section with unresolved decisions (no **Chosen:** line), present them before dispatching:
blocking decision: present to user via AskUserQuestion with options from the decision pointrecommended decisions: present as a group via a single AskUserQuestion. Critical: all DP content must be inside the question field — text printed before AskUserQuestion gets visually covered by the question widget. Read each recommended DP's full block (heading + Context + Options + Recommendation) from the plan file and concatenate them verbatim in the question field, separated by \n---\n. End with: \n\n全部接受推荐,还是逐个审查?**Recommendation:** or **Recommendation (unverified):** line with **Chosen:** {user's choice}Use the Agent tool to dispatch the dev-workflow:execute-plan agent:
Execute the implementation plan.
Plan file: {plan file path}
Project root: {project root}
When the agent returns:
docs/06-plans/execution-report.md
Report written to:, use that path**Status:** is in-progress, the agent was truncated — the file still contains all completed task results up to the truncation pointStandalone mode (not within run-phase):
dev-workflow:implementation-reviewer for plan-vs-code auditdev-workflow:finish-branch for branch integrationWhen running within a phase orchestrated by run-phase:
If .claude/dev-workflow-state.yml exists and phase_step is execute:
phase_step (orchestrator owns state transitions)