executing-plans
通过检查点执行实施计划
Également disponible depuis: CodingCossack,davila7,Doyajin174,DYAI2025,Cycleaddict,ZhanlinCui,obra,sickn33,DMJGilbert
大型实施计划在无结构执行时容易导致错误。此技能将计划分解为已验证的批次,并设置人工审查检查点。
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". Execute the user authentication plan in batches
Résultat attendu:
- Loaded plan from auth-plan.md
- Reviewed plan - no concerns identified
- Created TodoWrite with 12 tasks
- Executed batch 1 (tasks 1-3): Implemented user model, created auth routes, added password hashing
- All verifications passed
- Ready for feedback before continuing to batch 2
Utilisation de "executing-plans". Process the database migration plan
Résultat attendu:
- Loaded migration-plan.md
- Identified concern: backup strategy not specified
- Asked for clarification before proceeding
- Partner confirmed backup approach
- Created TodoWrite with migration tasks
- Proceeding with first batch after confirmation
Utilisation de "executing-plans". Continue after team code review
Résultat attendu:
- Team reviewed batch 1 implementation
- Feedback incorporated: 2 small changes made
- Executed batch 2 (tasks 4-6): Added API endpoints, configured rate limiting
- Tests passing for all new code
- Ready for review before batch 3
Audit de sécurité
SûrPure prompt-based skill containing only markdown guidance documentation. No executable code, no file system access, no network calls, and no external command execution. All 8 static findings are false positives triggered by natural language in metadata fields describing standard development practices.
Facteurs de risque
🌐 Accès réseau (1)
Score de qualité
Ce que vous pouvez construire
执行功能路线图
按照架构计划实现功能,并设置内置的代码审查检查点
跟踪里程碑交付
将大型可交付成果分解为带有验证检查点的批次以进行质量控制
协调复杂发布
分阶段执行发布,每个批次的更改之间进行团队审查
Essayez ces prompts
I'm using the executing-plans skill. Read the plan file at [path] and review it critically. Raise any concerns before proceeding. If no concerns, create TodoWrite and execute the first batch of 3 tasks.
I'm using the executing-plans skill. Based on the feedback provided, execute the next batch of 3 tasks from the plan. Follow each step exactly and run verifications.
I'm using the executing-plans skill. I've hit a blocker: [describe blocker]. Stop execution and ask for clarification rather than guessing the solution.
I'm using the executing-plans skill. All tasks are complete and verified. Now I'm using the finishing-a-development-branch skill to complete this work properly.
Bonnes pratiques
- 始终在开始前批判性地审查计划,以便及早发现潜在问题
- 清楚地报告验证输出,以便审查者能够评估实现质量
- 遇到阻碍时立即停下来寻求澄清,而不是猜测解决方案
Éviter
- 为加快进度而跳过验证
- 在说明不清楚时猜测解决方案
- 未等待人工反馈就继续执行下一批次