28 lines
878 B
Markdown
28 lines
878 B
Markdown
<!--META
|
|
{
|
|
"kind": "discussion",
|
|
"tokens": ["FeatureId", "CreatedDate"]
|
|
}
|
|
-->
|
|
|
|
## Summary
|
|
Design discussion for {FeatureId}. This stage focuses on architecture, technology choices, and technical implementation approach.
|
|
|
|
## Design Goals
|
|
- Define system architecture and component interactions
|
|
- Choose appropriate technologies and frameworks
|
|
- Identify data models and API contracts
|
|
- Document trade-offs and decision rationale
|
|
- Establish measurable acceptance criteria
|
|
|
|
## Participation
|
|
- Add comments using the structure:
|
|
- `Name: <your name>`
|
|
- Design notes (may span multiple lines with markers like DECISION:, TODO:, QUESTION:)
|
|
- `VOTE: READY|CHANGES|REJECT`
|
|
- Agents/bots must prefix names with `AI_`.
|
|
- Focus on: architecture, scalability, maintainability, technical risks
|
|
|
|
## Design Artifacts
|
|
The AI will maintain `design/design.md` based on this discussion.
|