massive architecture creation overhaul

This commit is contained in:
Brian Madison
2025-10-19 23:28:38 -05:00
parent d3402c3132
commit 2a6eb71612
75 changed files with 2440 additions and 4070 deletions

View File

@@ -23,7 +23,7 @@ The TEA agent runs this workflow when:
**Optional Context Files:**
- **Architecture docs** (solution-architecture.md, tech-spec.md): Informs framework configuration decisions
- **Architecture docs** (architecture.md, tech-spec.md): Informs framework configuration decisions
- **Existing tests**: Detects current framework to avoid conflicts
**Workflow Variables:**

View File

@@ -39,7 +39,7 @@ Initialize a production-ready test framework architecture (Playwright or Cypress
- If found, HALT with message: "Existing test framework detected. Use workflow `upgrade-framework` instead."
3. **Gather Context**
- Look for architecture documents (`solution-architecture.md`, `tech-spec*.md`)
- Look for architecture documents (`architecture.md`, `tech-spec*.md`)
- Check for API documentation or endpoint lists
- Identify authentication requirements

View File

@@ -35,7 +35,7 @@ Plans comprehensive test coverage strategy with risk assessment, priority classi
- Identify all testable requirements
2. **Load Architecture Context**
- Read solution-architecture.md for system design
- Read architecture.md for system design
- Read tech-spec for implementation details
- Identify technical constraints and dependencies
- Note integration points and external systems

View File

@@ -36,7 +36,7 @@ recommended_inputs:
- prd: "Product Requirements Document for context"
- epics: "Epic documentation (epics.md or specific epic)"
- story: "Story markdown with acceptance criteria"
- architecture: "Architecture documents (solution-architecture.md, tech-spec)"
- architecture: "Architecture documents (architecture.md, tech-spec)"
- existing_tests: "Current test coverage for gap analysis"
tags: