# Feature

> Manage current feature workflow - start, review, explain or complete

- Skill: `bradtraversy/feature` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add bradtraversy/feature`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bradtraversy/feature/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: bradtraversy (https://skillmd.com/u/bradtraversy)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/bradtraversy/feature

---


# Feature Workflow

Manages the full lifecycle of a feature from spec to merge.

## Working File

@context/current-feature.md

### File Structure

current-feature.md has these sections:

- `# Current Feature` - H1 heading with feature name when active
- `## Status` - Not Started | In Progress | Complete
- `## Goals` - Bullet points of what success looks like
- `## Notes` - Additional context, constraints, or details from spec
- `## History` - Completed features (append only)

## Task

Execute the requested action: $ARGUMENTS

| Action | Description |
|--------|-------------|
| `load` | Load a feature spec or inline description |
| `start` | Begin implementation, create branch |
| `review` | Check goals met, code quality |
| `explain` | Document what changed and why |
| `complete` | Commit, push, merge, reset |

See [actions/](actions/) for detailed instructions.

If no action provided, explain the available options.
