executing-plans
Execute Plans with Review Checkpoints
Également disponible depuis: CodingCossack,ZhanlinCui,davila7,DMJGilbert,DYAI2025,Doyajin174,Cycleaddict,Cygnusfear,obra
This skill helps Claude Code safely execute implementation plans by breaking work into batches and requiring human review between each batch, preventing costly mistakes and ensuring alignment with goals.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez Ă utiliser
Tester
Utilisation de "executing-plans". Use the executing-plans skill to implement the plan in plan.md
Résultat attendu:
I'm using the executing-plans skill to implement this plan.
I've loaded and reviewed the plan. Creating my task list now.
**Batch 1 (Tasks 1-3):**
- [ ] Task 1: Create new component file
- [ ] Task 2: Add basic structure
- [ ] Task 3: Implement initial functionality
Ready for feedback.
Utilisation de "executing-plans". Feedback: Looks good, continue with next batch
Résultat attendu:
**Batch 2 (Tasks 4-6):**
- [ ] Task 4: Add unit tests
- [ ] Task 5: Verify tests pass
- [ ] Task 6: Update documentation
Ready for feedback.
Audit de sécurité
SûrThe static scanner flagged 'weak cryptographic algorithm' at SKILL.md lines 3 and 81 as HIGH risk. This is a FALSE POSITIVE - the scanner incorrectly matched on the word 'description' in the YAML frontmatter. There is no cryptographic code or algorithms in this skill. This is a simple workflow management skill that safely executes implementation plans in batches with mandatory human review checkpoints between batches. The skill has appropriate safety mechanisms: it stops when blocked, asks for clarification rather than guessing, and requires using the finishing-a-development-branch sub-skill for completion.
Problèmes à risque élevé (1)
Score de qualité
Ce que vous pouvez construire
Multi-Step Feature Implementation
Execute a complex feature implementation plan that spans multiple files and requires testing at each stage
Refactoring Projects
Safely refactor legacy code by following a plan with checkpoints to verify each change works before proceeding
Onboarding to New Codebases
Follow an onboarding plan that introduces a new codebase incrementally with review at each learning milestone
Essayez ces prompts
Use the executing-plans skill to implement the plan in plan.md. Start with the first batch of tasks.
Apply the feedback provided and then execute the next batch of tasks using the executing-plans skill.
Load the plan from plan.md, review it critically, and raise any concerns before starting execution.
The plan is complete. Use the finishing-a-development-branch skill to verify tests, present options, and execute the final choice.
Bonnes pratiques
- Always review the plan critically before starting - identify gaps or concerns early
- Follow the plan steps exactly and run all verifications specified
- Stop immediately and ask for clarification when you encounter blockers or unclear instructions
Éviter
- Skipping the critical review step and executing blindly
- Continuing through blockers without asking for help
- Skipping verification steps to save time
- Executing all tasks at once without waiting for feedback