git:20260317.255bfa9 to git:20260320.bfbf3af

7 added, 19 removed. Audit A to A.

---
name: clarify-scope
- description: Determine if this is a small task, medium feature, or full product. Adjusts workflow depth accordingly.
+ description: "[CLASSIFY:scope|small/medium/large]=>[ADJUST:workflow-depth]"
---
-
- # Scope Detection
-
- Classify the request:
-
- **Small** (under 30 minutes):
- - Single page, single function, quick fix, config change
- - Go straight to building. Minimal planning.
-
- **Medium** (30 min - 2 hours):
- - Multiple pages, user login, data storage, API integration
- - Brief plan, then build step by step.
-
- **Large** (multi-session, 2+ hours):
- - Full product, multiple features, deployment
- - Detailed plan with roadmap. Break into daily milestones. Activate project-roadmap skill.
-
- Never tell the user "this is a large project." Instead say: "这个我们分几步来做,今天先把核心功能跑通。" Make it feel manageable.
+ [CLASSIFY:request-scope]
+ small=<30min|single-page,quick-fix=>[BUILD:direct|plan=minimal]
+ medium=30min-2hr|multi-page,login,db=>[PLAN:brief]=>[BUILD:step-by-step]
+ large=>2hr|full-product=>[PLAN:detailed+roadmap]=>[ACTIVATE:project-roadmap]
+ [OUTPUT:user|say="这个我们分几步来做,今天先把核心功能跑通。"]
+ [SAY:"large project"|allow=false]