feat: redesign document-review skill with persona-based review (#359)
This commit is contained in:
@@ -33,10 +33,11 @@ Before committing ANY changes:
|
||||
|
||||
```
|
||||
agents/
|
||||
├── review/ # Code review agents
|
||||
├── research/ # Research and analysis agents
|
||||
├── design/ # Design and UI agents
|
||||
└── docs/ # Documentation agents
|
||||
├── review/ # Code review agents
|
||||
├── document-review/ # Plan and requirements document review agents
|
||||
├── research/ # Research and analysis agents
|
||||
├── design/ # Design and UI agents
|
||||
└── docs/ # Documentation agents
|
||||
|
||||
skills/
|
||||
├── ce-*/ # Core workflow skills (ce:plan, ce:review, etc.)
|
||||
@@ -131,7 +132,7 @@ grep -E '^description:' skills/*/SKILL.md
|
||||
## Adding Components
|
||||
|
||||
- **New skill:** Create `skills/<name>/SKILL.md` with required YAML frontmatter (`name`, `description`). Reference files go in `skills/<name>/references/`. Add the skill to the appropriate category table in `README.md` and update the skill count.
|
||||
- **New agent:** Create `agents/<category>/<name>.md` with frontmatter. Categories: `review`, `research`, `design`, `docs`, `workflow`. Add the agent to `README.md` and update the agent count.
|
||||
- **New agent:** Create `agents/<category>/<name>.md` with frontmatter. Categories: `review`, `document-review`, `research`, `design`, `docs`, `workflow`. Add the agent to `README.md` and update the agent count.
|
||||
|
||||
## Upstream-Sourced Skills
|
||||
|
||||
|
||||
Reference in New Issue
Block a user