✨ feat(workflow): add superpowers planning and execution state tracking
This commit is contained in:
@@ -1,4 +1,54 @@
|
||||
# Plan 状态
|
||||
# 当前进展
|
||||
|
||||
<!--
|
||||
填写指南:
|
||||
- 上半部分给人类和 AI 快速恢复上下文
|
||||
- 中间的 workflow-state 块记录当前阶段、spec、plan 与执行约束
|
||||
- 下半部分的 plan-status 块由 main_loop.py 维护,是唯一权威状态源
|
||||
-->
|
||||
|
||||
## Current Focus
|
||||
|
||||
- {{CURRENT_FOCUS}}
|
||||
|
||||
## Recent Changes
|
||||
|
||||
- {{RECENT_CHANGE_1}}
|
||||
|
||||
## Next Steps
|
||||
|
||||
1. {{NEXT_STEP_1}}
|
||||
|
||||
## Open Risks
|
||||
|
||||
- {{RISK_1}}
|
||||
|
||||
## 状态块示例
|
||||
|
||||
以下示例仅用于说明结构,真实状态由 `main_loop.py` 维护:
|
||||
|
||||
```text
|
||||
## Workflow State
|
||||
<!-- workflow-state:start -->
|
||||
phase: planning
|
||||
spec: docs/superpowers/specs/2026-05-18-demo-design.md
|
||||
plan: docs/superpowers/plans/2026-05-18-demo.md
|
||||
executor: executing-plans
|
||||
constraints: karpathy-guidelines,.agents,AGENT_RULES
|
||||
<!-- workflow-state:end -->
|
||||
|
||||
## Plan Status
|
||||
<!-- plan-status:start -->
|
||||
- [ ] `2026-05-18-demo.md` pending
|
||||
<!-- plan-status:end -->
|
||||
```
|
||||
|
||||
## Workflow State
|
||||
|
||||
<!-- workflow-state:start -->
|
||||
<!-- workflow-state:end -->
|
||||
|
||||
## Plan Status
|
||||
|
||||
<!-- plan-status:start -->
|
||||
<!-- plan-status:end -->
|
||||
|
||||
Reference in New Issue
Block a user