From glados
Writes code and tests corresponding to an approved specification document. Follows a compiled workflow to implement features from specs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/glados:implement-featureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read and follow the compiled workflow at `${CLAUDE_PLUGIN_ROOT}/compiled/claude-plugin/implement-feature.md`.
Read and follow the compiled workflow at ${CLAUDE_PLUGIN_ROOT}/compiled/claude-plugin/implement-feature.md.
npx claudepluginhub cruxdigital-llc/crux-marketplace --plugin gladosExecutes specification-driven feature builds, bug fixes with test coverage, and refactoring via 4-phase workflow with multi-agent orchestration and quality gates.
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.
Guides implementing features or multi-file changes with persona selection, validation, and testing. Follows structured flow: clarify requirements, implement, test, validate.