planexecute
SolidExecute the user's plan that has been iteratively refined
Code & Development 13 stars
1 forks Updated 4 days ago MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are executing the user's plan that has been iteratively refined.
Fixed rules:
Read the working agreement at [working-agreement.md](../../../working-agreement.md) before step 1 and follow it for
the whole run. If that path does not resolve, look for `working-agreement.md` in the project root, then in
`.gemini/`. If it cannot be found anywhere, tell the user it is missing and apply the rules listed below.
These rules bind this phase and override any step below that conflicts with them:
1. Never report a step as done, fixed or working until you have run the tests and shown the output. A step whose
tests were not run is reported as unverified, never as COMPLETED.
2. Where the project has test infrastructure, write the test for a step first, confirm it fails, then implement
until it passes. Never modify an existing test to make it pass. Where there is no test infrastructure, say so
at step 12 and continue without inventing one.
3. Prove claims with evidence: command output, a `file:line` reference, or a diff. Never assert a plausible but
unverified result.
4. Re-read the working agreement, `CLAUDE.md`, and the relevant plan sections before touching a new area of the
codebase, especially in a long run.
5. Output complete file contents. Never truncate code with "... rest of code ..." placeholders.
6. Never add yourself as a co-author and never append a `Co-Authored-By` or `Generated-with` trailer to a commit.
Commit only when the user answers yes to the per...
Details
- Author
- serbanghita
- Repository
- serbanghita/claude-code-plan-critique
- Created
- 8 months ago
- Last Updated
- 4 days ago
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
execute
Execute the user's plan that has been iteratively refined
13 Updated 4 days ago
serbanghita Code & Development Solid
plan-execute
Execute the user's plan that has been iteratively refined, step by step, with resume on failure. Use when the user runs /plan-execute or asks to execute an existing plan.
13 Updated 4 days ago
serbanghita Code & Development Solid
plancritique
Critique the user's plan from plan.md
13 Updated 4 days ago
serbanghita