system-design
Audited by Runlayer on Feb 21, 2026
Tool passed security scan
Malicious tool definition detected
Malicious tool definition detected
Tool: assets/adr.md Description: # ADR-[NUMBER]: [Decision Title] **Date:** [YYYY-MM-DD] **Status:** Proposed | Accepted | Superseded by ADR-XXX ## Context [What situation requires a decision?
Malicious tool definition detected
Malicious tool definition detected
Tool: assets/design-context.md Description: # Design Context: [Project Name] ## Requirements Summary [From requirements-analysis, summarize in 2-3 sentences] **Problem:** [One sentence] **Core needs:** [Bullet list of must-haves] **Key constraints:** [From constraint inventory] ## Quality Attributes (Prioritized) Rank these by importance for THIS project.
Malicious tool definition detected
Tool: assets/walking-skeleton.md Description: # Walking Skeleton: [Project Name] ## The Thinnest Path [Describe the minimal end-to-end path through the system: user/input does X, data flows through Y, result appears at Z] **Input:** [What enters] **Processing:** [What happens to it] **Output:** [What comes out] ## Purpose The walking skeleton validates: - [ ] Components can actually connect - [ ] Data flows as designed - [ ] Architecture is sound - [ ] [Project-specific architectural assumption