Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add mmcdermott-ashleyne/AgentSkillTree --skill "feature-status"
Install specific skill from multi-skill repository
# Description
Show resolved feature mapping and paths. No changes.
# SKILL.md
name: feature-status
description: "Show resolved feature mapping and paths. No changes."
metadata:
short-description: "Show feature mapping"
feature-status
Display the resolved feature mapping and paths without modifying files.
Inputs
- Feature identity (optional):
FEATURE_IDorFEATUREenv- Prompt line
Feature: <name>orfeature=<name> - Fallback:
.dev-docs/features/CURRENT_FEATURE.txt
Workflow
1) Universal preflight (record only):
- git --version (best-effort)
- git rev-parse --is-inside-work-tree (best-effort)
- Determine EFFECTIVE_MODE = git if both succeed, else local.
2) Resolve feature:
- Use explicit inputs or current pointer.
- If missing, stop with ERROR: no feature selected.
3) Load registry entry and print mapping:
- feature_id, name, agent_id, slug, branch, worktree
- spec path, status path, tasks path
- mode = EFFECTIVE_MODE
Output
After completion, print EXACTLY these 7 lines and nothing else:
FEATURE_ID=
FEATURE_NAME=
AGENT_ID=
BRANCH=
WORKTREE=
SPEC=.dev-docs/features/
MODE=
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.