Claude

{{ projectName }}

{{ branch }} {{ branch }}
{{ specs.length }}
{{ specsInProgress }}
{{ specsCompleted }}
{{ totalTasks }}
{{ bugs.length }}
{{ bugsInProgress }}
{{ bugsResolved }}

Steering Documents Incomplete

Run to create missing steering documents:

  • Product vision and goals (product.md)
  • Technology stack and architecture (tech.md)
  • Project structure and patterns (structure.md)

{{ spec.displayName }}

{{ formatDate(spec.lastModified) }} {{ spec.tasks.completed }} / {{ spec.tasks.total }} tasks {{ branch }} {{ branch }}
{{ getStatusLabel(spec.status) }}

Requirements

{{ spec.requirements.userStories }} user stories

{{ spec.requirements.content.length }} requirements

{{ spec.requirements.approved ? 'Approved' : 'Pending approval' }}

{{ req.id }}: {{ req.title }} and {{ spec.requirements.content.length - 5 }} more...

Not created

Design

{{ spec.design.approved ? 'Approved' : 'Pending approval' }} {{ spec.design.hasCodeReuseAnalysis ? 'Has code reuse analysis' : 'No code reuse analysis' }}

Not created

Tasks

{{ spec.tasks.total }} total tasks

{{ spec.tasks.approved ? 'Approved' : 'Pending approval' }}

Not created

Requirements Details

{{ req.id }}: {{ req.title }}

Task Breakdown

Task {{ task.id }}: {{ task.description }}
Requirements: {{ task.requirements.join(', ') }}
Leverage: {{ task.leverage }}

Bug Tracking

{{ bug.displayName }}

{{ bug.status }} {{ bug.report.severity }}

{{ markdownPreview.title }}