Docs / Raw

Phase Template

Sourced from docs/PHASE_TEMPLATE.md

Edit on GitHub

Phase [NUMBER]: [NAME]

Goal

[One paragraph describing what this phase accomplishes]

Estimated Time

[X-Y] hours

Prerequisites

  • Phase [N-1] completed
  • [Specific service/dependency requirements]

Entry Checklist

  • Previous phase complete
  • All services running
  • [Specific prerequisites verified]

Tasks

Task 1: [Task Name]

[Description]

# Commands

Verify:

# Verification commands

Task 2: [Task Name]

[Description with code examples]

Task N: [Final Task]

[Wrap-up task]

Testing

Test Checklist

  • [Test item 1]
  • [Test item 2]

Manual Testing

# Test commands

Documentation Updates

  1. Update PHASE_STATUS.md
  2. Update DEVELOPMENT_LOG.md
  3. Git commit

Exit Checklist

  • All features working
  • Tests passing
  • Documentation updated
  • Git commit created

Troubleshooting

[Common Issue 1]

# Solution

Next Phase

Phase [N+1]: [Name] (PHASE_[N+1]_[NAME].md)

Beginning of guide
End of guide