plastic-intent-executing
SolidUse when you have a written implementation plan to execute. Default mode is subagent-driven (dispatches fresh subagent per task with two-stage review). Fallback mode is inline execution for environments without subagent support. If superpowers:subagent-driven-development or superpowers:executing-plans are available, delegates to them.
AI & Automation 9 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Executing a Plan
## Overview
Load plan from the active intent's `plan.md`, execute all tasks, review between tasks, report when complete.
**Announce at start:** "I'm using the executing-plan skill to implement this plan."
## Step 0: Sync Worktree First
Before Step 1 (Load Plan) in either workflow below, sync the code worktree with
main first, so no edit lands on a path a merged rename or delete already removed:
```
git -C <worktree> fetch origin && git -C <worktree> merge --ff-only origin/main
```
After syncing, verify the plan's target files exist at the paths plan.md names.
If a named file or directory is missing (renamed or removed upstream), stop and
report it rather than editing a stale path.
## Mode Selection
### Check for superpowers first
If `superpowers:subagent-driven-development` is available as a skill, delegate to it. If only `superpowers:executing-plans` is available, delegate to that. If neither is available, use Plastic's own execution engine below.
**CRITICAL: when delegating to superpowers:**
- Tell the skill that the plan is at `~/.plastic/store/ID--slug/plan.md` (not `docs/superpowers/plans/`)
- Tell the skill that specs live at `~/.plastic/store/ID--slug/spec.md` (not `docs/superpowers/specs/`)
- All meta-artifacts must stay inside `~/.plastic/store/ID--slug/`
- Code files go in the project tree as normal
- Superpowers skills respect "user preferences for plan/spec location"; Plastic IS that preference
### Subagent-Driven (Default)
Dispatches...
Details
- Author
- zalom
- Repository
- zalom/plastic
- Created
- 2 months ago
- Last Updated
- 1 weeks ago
- Language
- Ruby
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
3 Updated today
Ralph-Workflow AI & Automation Solid
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
0 Updated 5 days ago
lhbsaa AI & Automation Solid
executing-plans
Use when you have a written implementation plan to execute in a separate session with review checkpoints
8 Updated 4 days ago
JustMichael-80