What problem does it solve?
This Skill helps teams capture and document architectural decisions during brainstorming sessions using Flow framework projects. It ensures architectural rationale, DO/DON'T guidelines, and scope boundaries are preserved in PLAN.md for future reference, reducing rework during implementation.
Core Features & Use Cases
- Documentation of Architecture: Capture system structure, component responsibilities, data flow, and integration points in PLAN.md.
- DO/DON'T Guidelines: Propose discovered patterns and anti-patterns with rationale; used to ensure consistent practices across projects.
- Scope & Technology Decisions: Record scope boundaries and technology choices during brainstorming to avoid scope creep.
Quick Start
Draft an architectural decision and capture it in PLAN.md. Example: Update the Architecture section to adopt an Event-Driven pattern for user events.