Skip to content

Latest commit

 

History

History
123 lines (86 loc) · 3.78 KB

File metadata and controls

123 lines (86 loc) · 3.78 KB
doc-type issue
issue-type <task|bug|feature|enhancement>
status draft
priority p2
github-issue
spec-path docs/issues/drafts/{short-description}.md
branch {issue-number}-{short-description}
related-pr
last-updated-utc YYYY-MM-DD HH:MM
semantic-links
skill-links related-artifacts
create-issue
.github/skills/dev/planning/create-issue/SKILL.md

Issue #[To be assigned] - {Title}

Goal

Describe the expected outcome in one or two sentences.

Background

Describe the context, problem statement, and why this issue matters.

Scope

In Scope

  • Item 1
  • Item 2

Out of Scope

  • Item 1
  • Item 2

Implementation Plan

Status values: TODO, IN_PROGRESS, BLOCKED, DONE.

ID Status Task Notes / Expected Output
T1 TODO {Task title} {What "done" means for this task}
T2 TODO {Task title} {What "done" means for this task}

Progress Tracking

Workflow Checkpoints

  • Spec drafted in docs/issues/drafts/
  • Spec reviewed and approved by user/maintainer
  • GitHub issue created and issue number added to this spec
  • (Optional, recommended for complex issues) Spec-only PR merged into develop before implementation
  • Implementation completed
  • Automatic verification completed (linter all, relevant tests, and any pre-push checks)
  • Manual verification scenarios executed and recorded (status + evidence)
  • Acceptance criteria reviewed after implementation and updated with evidence
  • Reviewer validated acceptance criteria and updated checkboxes
  • Committer verified spec progress is up to date before commit
  • Issue closed and spec moved from docs/issues/open/ to docs/issues/closed/

Progress Log

Append one line per meaningful update.

  • YYYY-MM-DD HH:MM UTC - {Role/Agent} - {Update summary} - {Links to evidence}

Acceptance Criteria

  • AC1: {Behavior/outcome that must be true}
  • AC2: {Behavior/outcome that must be true}
  • linter all exits with code 0
  • Relevant tests pass
  • Manual verification scenarios are executed and documented (status + evidence)
  • Acceptance criteria are re-reviewed after implementation and reflect actual behavior
  • Documentation is updated when behavior/workflow changes

Verification Plan

Define verification before implementation starts and execute it before closing the issue.

Automatic Checks

  • linter all
  • Relevant tests for changed components
  • Pre-push checks (when applicable)

Manual Verification Scenarios

Status values: TODO, IN_PROGRESS, DONE, FAILED, BLOCKED.

ID Scenario Command/Steps Expected Result Status Evidence
M1 {Manual scenario} {Exact command or interaction steps} {Expected behavior} TODO {log/output/screenshot/path}
M2 {Manual scenario} {Exact command or interaction steps} {Expected behavior} TODO {log/output/screenshot/path}

Notes:

  • Manual verification is mandatory even when automated tests pass.
  • If a scenario fails, record the failure and diagnosis in the progress log before proceeding.

Acceptance Verification

AC ID Status (TODO/DONE) Evidence
AC1 TODO {test/log/PR link}
AC2 TODO {test/log/PR link}

Risks and Trade-offs

  • Risk 1 and mitigation
  • Risk 2 and mitigation

References

  • Related issues: #{number}
  • Related PRs: #{number}
  • Related ADRs: docs/adrs/...