Design Workflow
Trigger & Intent
Section titled “Trigger & Intent”Triggered by: task-bootstrap or directly when user asks for system architecture, data models, or tradeoff analysis.
Intent: Formulate structural guarantees. Generate L9-level system blueprints without rushing into implementation.
Required Skills
Section titled “Required Skills”arch-system— system designarch-security— security threat modellingarch-reliability— failure mode analysisarch-scalability— scaling strategyreq-analysis— requirements clarification
Resource Profile
Section titled “Resource Profile”large_context + code_analysis required, synthesis preferred, cost_sensitive fallback.
Decision Logic
Section titled “Decision Logic”- Build-vs-buy and tradeoff analysis performed before any decision
- Security review flags critical vulnerabilities → throw back to tradeoff matrix
- Only L9-level blueprint approved exits the workflow
stateDiagram-v2
[*] --> DesignThesis
DesignThesis --> ArchitecturalTension
ArchitecturalTension --> ConstraintAntithesis
ConstraintAntithesis --> TradeoffConflict
TradeoffConflict --> DesignSynthesis
DesignSynthesis --> BlueprintStabilization
BlueprintStabilization --> NewDesignThesis: security review re-opens constraints
NewDesignThesis --> ArchitecturalTension
BlueprintStabilization --> [*]: L9-level blueprint approved
Success Chains
Section titled “Success Chains”feature-implement · policy-govern