/complete-task¶
Commit changes, push to remote, create pull request (optional), and transition issue to "Code Review" status.
| Prerequisites | Branch {type}/{TASK_KEY}, tests passing, MCP (Atlassian, GitHub) |
What It Does¶
Runs Constitutional Review against AGENTS.md, commits with conventional format, pushes, optionally creates a PR with spec/plan summary, and transitions the story to "Code Review".
Usage¶
Example¶
You: /complete-task FB-6
AI:
✓ MCP validation passed
✓ Branch feat/FB-6 verified
✓ Tests passing
✓ Constitutional Review: PASSED
✓ Committed, pushed
✓ PR #42 created (spec + plan in body)
✓ Story transitioned to "Code Review"
ASDLC¶
- Patterns: Constitutional Review, The Spec, The PBI, Context Gates
- Pillars: Quality Control (Review Gate), Standardized Parts (Constitution)
At a glance¶
- Prerequisites: MCP, branch
{type}/{TASK_KEY}, tests pass, spec/plan checked. - Steps: Lint and test → Constitutional Review → commit → push → (optional) PR with spec/plan + review report → transition to "Code Review".
Full command (source)¶
Related Commands¶
Before: /start-task — Implement the work
After: /review-code — Review the PR