Initial workflow template
- docs/workflow/: INDEX, ISSUE-FORMAT, WORKFLOW, AGENT-PROMPTS - .issues/: INDEX, example issue - .hooks/: issue-linter.js (pre-commit validator) - package.json with setup script - README.md See docs/workflow/INDEX.md to get started.
This commit is contained in:
56
.issues/example/001-example-issue.md
Normal file
56
.issues/example/001-example-issue.md
Normal file
@@ -0,0 +1,56 @@
|
||||
---
|
||||
id: 001
|
||||
title: Example issue with full format
|
||||
status: open
|
||||
priority: medium
|
||||
created: 2024-04-18
|
||||
---
|
||||
|
||||
## What
|
||||
This is an example issue demonstrating the complete format. Replace this with your actual issue.
|
||||
|
||||
## Why
|
||||
Use this as a template when creating new issues. Delete this issue after reviewing the format.
|
||||
|
||||
## Acceptance Criteria
|
||||
- [ ] This example can be deleted
|
||||
- [ ] Format is clear and usable
|
||||
- [ ] All required sections are present
|
||||
|
||||
## Verification
|
||||
1. Read this file
|
||||
2. Verify all sections are present
|
||||
3. Delete this file when done
|
||||
|
||||
---
|
||||
|
||||
## Agent Working Notes
|
||||
|
||||
### Plan
|
||||
<!-- What approach will you take? List steps before coding. -->
|
||||
- [ ]
|
||||
|
||||
### Status Log
|
||||
<!-- Timestamped entries: what was done, what was decided, what was found -->
|
||||
|
||||
### Blockers
|
||||
<!-- List any blockers with proposed solutions. If none, write "None." -->
|
||||
|
||||
### Self-Verification
|
||||
<!-- Must be filled before claiming done -->
|
||||
- [ ] Smoke test ran:
|
||||
- [ ] Acceptance criteria checked:
|
||||
- [ ] Screenshot taken (if UI change):
|
||||
- [ ] Dependent issues still work:
|
||||
|
||||
### Human Review Notes
|
||||
<!-- Human fills after agent marks done -->
|
||||
|
||||
Review date:
|
||||
|
||||
Reasoning check:
|
||||
- [ ] Plan makes sense
|
||||
- [ ] Status log shows good decisions
|
||||
- [ ] Self-verification is complete and honest
|
||||
|
||||
Feedback:
|
||||
Reference in New Issue
Block a user