From forge-core
Execute an implementation plan inline — task by task in a single session. USE WHEN executing plan, run plan, implement plan, inline execution.
npx claudepluginhub n4m3z/forge-coreThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Processes PDFs: extracts text/tables/images, merges/splits/rotates pages, adds watermarks, creates/fills forms, encrypts/decrypts, OCRs scans. Activates on PDF mentions or output requests.
Share bugs, ideas, or general feedback.
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. |