Files
claude-skills/bulletproof/templates/research.md
T
2026-03-21 19:36:11 +03:00

31 lines
796 B
Markdown

# Research: [task name]
**Date:** YYYY-MM-DD
**Task size:** S | M | L
## Current Architecture
How it works now (key modules, data flow)
## Affected Areas
Which files/modules will change and why
| # | File/Module | Why affected |
|---|-------------|-------------|
| 1 | ... | ... |
## Codebase Patterns
Conventions in use (style, state management, API patterns, testing approach)
## Risks and Constraints
What could break, edge cases, performance concerns
## Open Questions
What needs clarification from user or further research
## Best Practices Found
(if WebSearch was used — key findings and links)
## Conclusion & Recommendation
**Recommended approach:** [which solution is best and why]
**Key reasons:** [2-3 concrete justifications]
**Risks of this approach:** [what to watch for]