From flowstate
Use to review brainstorm or plan documents before proceeding to the next workflow step. Applies structured self-review for completeness, clarity, consistency, feasibility, and YAGNI.
npx claudepluginhub c-reichert/flowstate --plugin flowstateThis skill uses the workspace's default tool permissions.
Structured self-review for brainstorm and plan documents.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides TDD-style skill creation: pressure scenarios as tests, baseline agent failures, write docs to enforce compliance, verify with RED-GREEN-REFACTOR.
Structured self-review for brainstorm and plan documents.
Core principle: Catch problems in documents before they become problems in code.
Evaluate every document against these criteria:
| Criterion | What to Check |
|---|---|
| Completeness | All required sections filled? No TBD placeholders left? Open questions flagged? |
| Clarity | Would someone with zero context understand this? No vague language ("probably", "consider", "try to")? |
| Consistency | Do decisions align with each other? No contradictions between sections? |
| Feasibility | Can this actually be built with available tools and constraints? Are estimates realistic? |
| YAGNI | Anything unnecessary? Hypothetical features? Over-engineered for current needs? |
In addition to the checklist above, verify:
In addition to the checklist above, verify:
Present findings as a prioritized list:
## Document Review: [document name]
### Issues Found
**Critical** (blocks next step):
- [Issue description] -- [suggestion to fix]
**Important** (should address):
- [Issue description] -- [suggestion to fix]
**Minor** (optional improvement):
- [Issue description] -- [suggestion to fix]
### Assessment
[Ready to proceed / Needs revision]
[One sentence summary of document quality]
Simplify when:
Do not simplify:
After 2 review passes, recommend completion -- diminishing returns are likely.