docs: document configuration architecture and usage
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Skills
|
||||
|
||||
Skills are reusable workflows. Rules are persistent constraints and agents are specialized roles. Each skill is a minimal `SKILL.md` with YAML frontmatter and a small initial workflow so both clients can consume it.
|
||||
|
||||
The current structure is organized by purpose:
|
||||
|
||||
- `debugging/`
|
||||
- `planning/`: implementation planning, impact analysis, and work-item definition
|
||||
- `research/`: technical and repository research
|
||||
- `reviews/`: code, security, performance, WPF, UI/UX, business, API, and EF Core reviews
|
||||
- `implementation/`: SQL, unit-test, and integration-test writing
|
||||
- `verification/`: facts, work-item, and regression verification
|
||||
- `git/`: pull request responses and reviews
|
||||
|
||||
The files intentionally define only a small baseline. Detailed personal workflows and standards can be added later without changing the structure.
|
||||
Reference in New Issue
Block a user