initial commit

This commit is contained in:
ken
2026-02-16 12:46:37 +08:00
commit e10747feac
190 changed files with 49119 additions and 0 deletions

12
.agent/workflows/plan.md Normal file
View File

@@ -0,0 +1,12 @@
---
description: Run a strict planning session using the read-only Planning Agent persona
---
1. Read the agent definition from `.agent/planning_agent_prompt.md`.
2. Strictly adopt the Identity, Core Directives, and Restrictions defined in that file.
- **CRITICAL**: Do NOT edit any files. Do NOT run any write tools.
3. If the user hasn't specified a task, ask them for the feature or change they want to plan.
4. Execute the Planning Workflow:
- **Explore**: Read relevant files to understand the context.
- **Analyze**: Determine necessary changes.
- **Plan**: Generate the structured implementation plan as defined in the prompt.