executing-plans
Implementierungspläne mit Review-Checkpoints ausführen
Auch verfügbar von: CodingCossack,davila7,DMJGilbert,DYAI2025,Doyajin174,Cycleaddict,Cygnusfear,obra
Transformiert geschriebene Pläne in strukturierte Ausführung mit eingebauten Review-Punkten. Sichert Qualität durch Batch-Verarbeitung und Architect-Feedback-Schleifen.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "executing-plans". Execute the implementation plan from IMPLEMENTATION_PLAN.md
Erwartetes Ergebnis:
I'm using the executing-plans skill to implement this plan. I've reviewed the plan and have no concerns. Starting execution of batch 1 (tasks 1-3): [Task 1 completed with verification], [Task 2 completed with verification], [Task 3 completed with verification]. Batch 1 complete. Ready for feedback.
Verwendung von "executing-plans". Continue with the next batch after approval
Erwartetes Ergebnis:
Executing batch 2 (tasks 4-6). All tasks completed successfully with verifications passing. Implementation summary: [list of changes]. Ready for feedback.
Sicherheitsaudit
SicherStatic analyzer flagged a potential weak cryptographic algorithm at SKILL.md:3. After evaluation, this is a FALSE POSITIVE - line 3 contains only a description string in YAML front matter with no cryptographic code. The skill is pure documentation describing a workflow process with no code execution, network access, or dangerous operations.
Erkannte Muster
Qualitätsbewertung
Was du bauen kannst
Große Feature-Implementierung
Mehrstufige Feature-Entwicklung mit Architect-Überwachung an jeder Stufe ausführen
Codebase-Refactoring
Systematisches Refactoring mit Review-Checkpoints zur Verhinderung von Regressionen
Migrationsprojekte
Datenbank- oder Plattform-Migrationen mit Validierung bei jedem Batch ausführen
Probiere diese Prompts
I have an implementation plan ready. Please use the executing-plans skill to execute it in batches. Load the plan from [PLAN_FILE], review it for any concerns, then execute the first batch of tasks.
Execute this plan with batches of [N] tasks at a time. After each batch, report progress and wait for my approval before continuing to the next batch.
Before executing this plan, please review it critically and identify any potential issues, gaps, or concerns. Raise any problems before starting execution.
If you encounter any blockers during execution, stop immediately and report the issue with details about what is blocking progress. Do not attempt to work around blockers without approval.
Bewährte Verfahren
- Plan vor Beginn der Ausführung immer kritisch reviewen, um Lücken früh zu erkennen
- Bei Blockaden sofort stoppen, anstatt Lösungen zu erraten
- Klare Fortschrittsberichte nach jedem Batch mit Verifizierungs-Output bereitstellen
Vermeiden
- Im Plan spezifizierte Verifizierungsschritte überspringen
- Über Blockaden hinweg fortfahren, ohne sie zur Review zu melden
- Alle Aufgaben ohne intermediate Review-Checkpoints ausführen