Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Task tool (superpowers:code-reviewer):
DESCRIPTION: [task summary]
```

**If the project has a CLAUDE.md (or AGENTS.md), read it — use its conventions as review criteria.**

**In addition to standard code quality concerns, the reviewer should check:**
- Does each file have one clear responsibility with a well-defined interface?
- Are units decomposed so they can be understood and tested independently?
Expand Down
2 changes: 2 additions & 0 deletions skills/subagent-driven-development/implementer-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Task tool (general-purpose):

## Before You Begin

Read CLAUDE.md (or AGENTS.md) in the project root if it exists — its conventions are binding on your work.

If you have questions about:
- The requirements or acceptance criteria
- The approach or implementation strategy
Expand Down
2 changes: 2 additions & 0 deletions skills/subagent-driven-development/spec-reviewer-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Task tool (general-purpose):

## Your Job

If the project has a CLAUDE.md (or AGENTS.md), read it — verify the implementation follows its conventions.

Read the implementation code and verify:

**Missing requirements:**
Expand Down