skills/ExecutePlan/SKILL.md
Execute an implementation plan inline — task by task in a single session. USE WHEN executing plan, run plan, implement plan, inline execution.
npx skillsauth add n4m3z/forge-core ExecutePlanInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Execute a WritePlan output in the current session, one task at a time. This is the sequential alternative to DeveloperSprint (parallel agents). Use ExecutePlan for smaller plans or when tasks have sequential dependencies.
docs/plans/| Thought | Reality | | ------------------------------------------------- | ------------------------------------------------------------ | | "I'll do tasks 3 and 4 together, they're related" | One task at a time. Verify each before moving on. | | "This task is wrong, let me improvise" | Stop. Fix the plan or ask the user. Don't freelance. | | "I can skip verification on this one" | No. VerifyCompletion on every task. | | "I'm blocked but I can probably work around it" | Stop and ask. Workarounds create hidden dependencies. | | "Let me also fix this while I'm here" | Scope creep. Do what the plan says, nothing more. | | "The plan is mostly done, close enough" | Partially executed plans are worse than unstarted ones. |
development
Reactive correction and root-cause fix. USE WHEN something went wrong, user is frustrated, demands a correction, says wtf, what the hell, why did you, that's wrong, this is broken, no not that, stop. Executes the immediate fix, then hunts the upstream artifact that caused it and creates a corrective change.
development
Decompose a research question into sub-queries, spawn parallel WebResearcher agents per angle, synthesize findings with citations and explicit confidence. USE WHEN the user asks to research, investigate, look online, look up, dig into, find sources, gather evidence, or survey what's known about a topic. Single-pass; for multi-round adversarial research use ResearchCouncil in forge-council.
tools
Author project documentation that future humans (and AI sessions) actually read. Covers TLDRs for tools, READMEs, runbooks, journals. USE WHEN write documentation, create tldr, tool one-pager, document a cli, write readme, runbook, journal entry, capture knowledge about a tool, distill a session into reusable notes.
development
Review your own staged changes via a code-review TUI before triggering a commit. USE WHEN about to commit, walking through your own staged diff, self-reviewing before approval, tuicr, revdiff, git diff cached.