Skip to content
Draft
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Brainstorm → Plan → Work → Review → Compound → Repeat
| `/ce:review` | Multi-agent code review before merging |
| `/ce:compound` | Document learnings to make future work easier |

The `brainstorming` skill supports `/ce:brainstorm` with collaborative dialogue to clarify requirements and compare approaches before committing to a plan.
The `/ce:brainstorm` skill supports collaborative dialogue to clarify requirements and compare approaches before committing to a plan.

Each cycle compounds: brainstorms sharpen plans, plans inform future plans, reviews catch more issues, patterns get documented.

Expand Down
4 changes: 2 additions & 2 deletions plugins/compound-engineering/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ When adding or modifying skills, verify compliance with skill-creator spec:

### AskUserQuestion Usage

- [ ] If the skill uses `AskUserQuestion`, it must include an "Interaction Method" preamble explaining the numbered-list fallback for non-Claude environments
- [ ] Prefer avoiding `AskUserQuestion` entirely (see `brainstorming/SKILL.md` pattern) for skills intended to run cross-platform
- [ ] Avoid `AskUserQuestion` for skills intended to run cross-platform (see `ce-brainstorm/SKILL.md` pattern)
- [ ] If the skill does use `AskUserQuestion`, it must include an "Interaction Method" preamble explaining the numbered-list fallback for non-Claude environments

### Quick Validation Command

Expand Down
3 changes: 1 addition & 2 deletions plugins/compound-engineering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AI-powered development tools that get smarter with every use. Make each unit of
|-----------|-------|
| Agents | 28 |
| Commands | 22 |
| Skills | 20 |
| Skills | 19 |
| MCP Servers | 1 |

## Agents
Expand Down Expand Up @@ -130,7 +130,6 @@ Core workflow commands use `ce:` prefix to unambiguously identify them as compou

| Skill | Description |
|-------|-------------|
| `brainstorming` | Explore requirements and approaches through collaborative dialogue |
| `document-review` | Improve documents through structured self-review |
| `every-style-editor` | Review copy for Every's style guide compliance |
| `file-todos` | File-based todo tracking system |
Expand Down
190 changes: 0 additions & 190 deletions plugins/compound-engineering/skills/brainstorming/SKILL.md

This file was deleted.

Loading
Loading