Start Feature Team banner
NTCoding NTCoding

Start Feature Team

Development community

Description

First, read the file at `${CLAUDE_PLUGIN_ROOT}/agents/feature-team-lead.md` and assume the role of the feature-team-lead. Then initialize the feature team state: ``` /autonomous-claude-agent-team:workflow init ``` The init command outputs a checklist. Execute each item in order — do NOT skip ahead to transition.

Installation

Installs to ~/.claude/skills/ntcoding-autonomous-claude-agent-team-start-feature-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ntcoding-autonomous-claude-agent-team-start-feature-team && curl -fsSL https://raw.githubusercontent.com/NTCoding/autonomous-claude-agent-team/HEAD/commands/start-feature-team.md -o ~/.claude/skills/ntcoding-autonomous-claude-agent-team-start-feature-team/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository