Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:06:38 +08:00
commit ed3e4c84c3
76 changed files with 20449 additions and 0 deletions

14
commands/execute-plan.md Normal file
View File

@@ -0,0 +1,14 @@
---
description: Execute plan in batches with review checkpoints
---
Use the hyperpowers:executing-plans skill exactly as written.
**Resumption:** This command supports explicit resumption. Run it multiple times to continue execution:
1. First run: Executes first ready task → STOP
2. User reviews implementation, clears context
3. Next run: Resumes from bd state, executes next task → STOP
4. Repeat until epic complete
**Checkpoints:** Each task execution ends with a STOP checkpoint. User must run this command again to continue.