Execute implementation plans one commit at a time. Follow the order from brainstorm, implement, test REAL, commit.
/plugin marketplace add Nothflare/feature-tree/plugin install feature-tree@feature-treeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Execute implementation plans from brainstorm. One commit at a time. Test real. Keep state clean.
For each commit group in the plan:
1. Implement the feature(s)
2. Test REAL (not fake)
3. Commit with /feature-tree:commit
4. Report progress
5. Next
That's it. The complexity is in the plan. This skill just executes.
For each commit group:
being_modified=building if big/complexThis is critical. Claude tends to fake testing when overwhelmed. Don't.
| Type | Real Testing | NOT Real Testing |
|---|---|---|
| Web app | Browser automation, real clicks, real pages | Unit tests alone |
| API | Real API calls, real credentials | Curl with fake data |
| Database | Real DB, real queries, real data | Mocked DB |
| Integration | End-to-end with real services | Mocked services |
Rule: Test like a real user would. If you can't test it real, the batch is too big or something is missing.
If testing feels overwhelming:
Use /feature-tree:commit after each commit group:
Never:
After each commit:
Commit 1 (Infrastructure) ✓
- INFRA.database — done
- INFRA.config — done
Tested: Real DB connection, config loads from env
Committed: abc1234
Ready for Commit 2 (Auth Login)?
Wait for user feedback before continuing.
Stop immediately when:
Don't:
Update handoff as you go:
## Progress
- [x] Commit 1: Infrastructure — done
- [~] Commit 2: Auth Login — current
- [ ] Commit 3: Auth Supporting — planned
If session ends mid-work:
being_modified on incomplete featuresPreceded by: feature-tree:brainstorm (creates the plan)
Uses: /feature-tree:commit (after each commit group)
If ending session: ft-mem:handoff (save progress)
This skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc.