Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.02 KB

File metadata and controls

38 lines (27 loc) · 2.02 KB

Tasks: native SDD MVP

Status: [x] done / [ ] pending

Part A - Extension

  • Add /spec to the chat participant command list and implement handleSpec().
  • Scaffold profile-aware spec templates under .agentkanban/changes/<task-slug>/.
  • Persist change: .agentkanban/changes/<task-slug> through task frontmatter.
  • Extend AGENTS.md task-aware context with linked spec artifacts.
  • Add focused tests for /spec scaffolding and AGENTS context.

Part B - Skill

  • Add references/sdd-workflow.md.
  • Update the skill core rules for spec-driven tasks and tasks.md ownership.
  • Remove stale blocked-lane and resumeLane guidance.
  • Mirror the canonical skill and repo-local skill so diff -r is clean.

Part C - Repo Deliverables

  • Add PLAN.md.
  • Refresh task.md for the SDD MVP.
  • Update README.md, TECHNICAL.md, assets/INSTRUCTION.md, and CHANGELOG.md.
  • Manual VS Code workflow check for /task -> /spec in the running extension.

Part D - Skill rename + alignment

  • Rename the skill agentic-kanban-repo -> agentic-kanban (dir, SKILL.md name, agents/openai.yaml).
  • Re-point the .codex / .claude / .antigravity symlinks to the new canonical skill.
  • Align skill content to the current model (single review, no blocked lane, blocked-as-label, no resumeLane/reviewType); rename stage-planning-to-review.md -> stage-planning-to-in-progress.md.
  • Re-sync canonical and repo-local skills so diff -r is identical.
  • Remove the locked orphan .agents/skills/agentic-kanban-repo/references folder once the watching process releases it (no SKILL.md, so not a live skill).

Follow-ups (deferred)

  • /spec AGENTS sentinel: gate the Spec Delta pointer to Standard profile and substitute the real <capability> (currently always emitted with a literal placeholder).
  • Confirm whether the enhanced "Active Task" sentinel writing in the main workspace (every /task) is intended; update README.md/TECHNICAL.md if so.