Skip to content

feat: update templates with workflow configs after Kanban/Sprints ship #724

@Aureliolo

Description

@Aureliolo

Problem

Templates reference workflow types as bare strings ("kanban", "agile_kanban") with no configuration. Once #239 (Kanban board) and #240 (Agile sprints) ship, templates can specify real workflow configurations -- sprint lengths, WIP limits, ceremony schedules, backlog policies.

Proposed Changes

After #239 and #240 land, update templates to use proper workflow configs:

  • product_team: 2-week sprints, sprint planning + retrospective ceremonies, WIP limit 3
  • dev_shop: kanban with WIP limit 2 per agent, explicit done criteria
  • agency: kanban with client-visible board, delivery milestones
  • full_company: 2-week sprints with all ceremonies, WIP limit per department
  • startup: 1-week sprints (move fast), minimal ceremonies
  • solo_founder / research_lab: simple kanban, no ceremonies

Add template variables where useful (e.g. sprint_length, wip_limit).

Scope

YAML changes + potentially new template variables. Depends entirely on what workflow schema #239/#240 expose.

Dependencies

Metadata

Metadata

Assignees

No one assigned

    Labels

    prio:mediumShould do, but not blockingscope:smallLess than 1 day of workspec:task-workflowDESIGN_SPEC Section 6 - Task & Workflow Enginespec:templatesDESIGN_SPEC Section 14 - Templates & Buildertype:featureNew feature implementationv0.5Minor version v0.5v0.5.5Patch release v0.5.5

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions