feature-implementation
SkillGuides the full lifecycle of a feature-implementation tagged MCP item (the feature container) — from queue through review. Creates or resumes the feature container, fills gate-enforced notes at each phase (feature-summary, implementation-notes, session-tracking, review-checklist), dispatches impleme
Install
git clone https://github.com/jpicklyk/task-orchestrator.git ~/.claude/skills/feature-implementationWhat is feature-implementation?
Guides the full lifecycle of a feature-implementation tagged MCP item (the feature container) — from queue through review. Creates or resumes the feature container, fills gate-enforced notes at each phase (feature-summary, implementation-notes, session-tracking, review-checklist), dispatches implementation subagents, and advances through queue, work, and review to terminal. Use when the user says: implement a feature, start a new feature, feature workflow, resume feature work, guide feature lifecycle, or references a feature-implementation item UUID.
What this can do
Capabilities declared in this component's own frontmatter — not inferred.
Inherit all session tools
Declares no tool restrictions — inherits every session tool
~139 tokens of context used while enabled, before you invoke anything
Documentation
README · ~5 min readFeature Implementation Workflow
End-to-end workflow for a feature-implementation tagged item — the feature container
that holds the plan and holistic review. Child work items under this container use the
feature-task tag with lighter gates (task-scope instead of the feature-level
feature-summary, and no review phase by default — task-level review is opt-in via the
needs-task-review trait, which adds a review-checklist note to that child).
Covers all three phases (queue → work → review) with gate-enforced notes at each transition.
Usage: /feature-implementation [item-uuid]
- If
item-uuidis provided: load the existing item and resume from its current phase - If omitted: create a new item and start from the beginning
Reviews
Log in to leave a review.
No reviews yet — be the first.
Explore related
Other things in this space — across every part of the ecosystem, not just skills.
Skillssimilar to this one
All skills →Anthropic Example Skills
Public repository for Agent Skills
165.3K stars
agent-development
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or
32.8K stars
plugin-structure
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components", "set up plugin.json", "use ${CLAUDE_PLUGIN_ROOT}", "add commands/agents/skills/hooks", "configure auto-discovery", or needs guidance on plugin director
32.8K stars