design-synthesis
Installation
SKILL.md
[H1][DESIGN-SYNTHESIS]
Dictum: Design decisions require grounded context before implementation.
Synthesize research findings into design decisions via light codebase investigation.
Workflow:
- §INGEST — Load research artifact, parse original request
- §SCAN — Light codebase investigation via
parallel-dispatch(3-4 agents) - §EXPLORE — Generate 2-3 approaches with trade-offs
- §SELECT — Commit to best approach with rationale
- §OUTPUT — Structured design document
Dependencies:
parallel-dispatch— Agent orchestration for codebase scan- Research artifact — External findings from
deep-research
Related skills