From software-development-team
Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/software-development-team:implement-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Implement the following:
Implement the following:
$ARGUMENTS
npx claudepluginhub yu-iskw/software-development-team-plugin --plugin software-development-teamGuides systematic implementation of new features: clarify intent with scenarios and requirements, verify assumptions via docs, analyze existing code before changes.
Guides implementing features or multi-file changes with persona selection, validation, and testing. Follows structured flow: clarify requirements, implement, test, validate.
Implements features from specs using Codex MCP with iterative review. Breaks work into dependency-ordered items, collects project context, and runs a confirm/reject/modify loop per item.