Complete task: validate, document, review, commit, and merge to develop. Use when all implementation is done and ready to finalize.
Complete a task with full validation, documentation updates, reviews, and automatic merge to develop.
/complete careerbrain 002 # Complete specific issue
/complete careerbrain # Complete current/active issue
GitFlow Pattern: feature/* → develop (automatic) | develop → main (requires PR)
✓ All phases complete (5/5)
or
✗ Incomplete phases:
- [ ] 1.3 - Implement session refresh
Acceptance Scenario Coverage:
Success Metrics Verification:
Out-of-Scope Enforcement:
Agent Constraints Check:
If the TASK has an implements: field, update inline status markers in the spec:
# Before (in spaces/[project]/docs/specs/*.md)
- 🚧 User registration with email/password
# After
- ✅ User registration with email/password
This provides public visibility into what's implemented.
Scan and validate ALL docs in spaces/[project]/docs/:
MANDATORY: Add entries under [Unreleased] section.
Categories:
### Added - New features (TASKs)### Fixed - Bug fixes (BUGs)### Changed - Modifications### Security - Security updates## YYYY-MM-DD HH:MM - COMPLETED
Issue ### complete and ready for merge.
Summary:
- [What was implemented]
- [What was deferred]
Set issue frontmatter: status: complete
Stage and commit documentation changes.
If not already done:
git checkout develop
git pull origin develop
git merge --no-ff feature/###-slug
git push origin develop
git branch -d feature/###-slug
Next actions:
1. Start next task: /implement project ### --full
2. View status: /project-status project
3. Merge to main (requires PR): gh pr create --base main --head develop
Before merge, verify:
/issue → /plan → /implement → /commit → /complete
↓
Update docs + CHANGELOG
↓
Run reviews
↓
Merge to develop
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer