| name | code-process |
| description | **ALL code tasks on projects MUST use this skill.** Creates isolated git worktree, spawns background Claude agent with progress tracking. Use for ANY feature, refactor, bug fix, or code change. |
| argument-hint | <feature-name> [-ax|-ae] |
**THE mandatory process for all code implementation tasks.**
This skill manages code implementation in complete isolation:
- Separate git worktree (no conflicts with main)
- GitHub issue for tracking
- Background Claude agent running /apex
- Cron watcher for monitoring
- Automatic Telegram report when finished
<when_to_use>
🛑 ALWAYS use this skill when:
- Implementing a new feature
- Fixing a bug
- Refactoring code
- Making ANY code change that touches more than 1-2 files
✅ This is THE code process - not optional, but required.
</when_to_use>
<quick_start>
/code-process add-dark-mode
/code-process fix-login-bug -ae
/code-process refactor-auth -ax
</quick_start>
| Parameter | Description |
|-----------|-------------|
| `` | Name for the feature/task (becomes branch name) |
| `-ax` | Examine mode: thorough implementation with review (default) |
| `-ae` | Economy mode: fast implementation, minimal review |
<entry_point>
FIRST ACTION: Load steps/step-00-init.md
This step parses arguments and validates the environment.
</entry_point>