Agent skill
spec-implementer
Use when `spec.md`, `plan.md`, and `tasks.md` are ready and one bounded implementation batch should be executed.
Install this agent skill to your Project
npx add-skill https://github.com/shaowei-g/codex-skills/tree/main/skills/spec-orchestrator/spec-implementer
SKILL.md
Spec Implementer
Use this skill when implementation is the current phase for one feature.
Shared Contracts
Load this shared shortcut first:
../references/shared-specialist-contract.md
Open the deeper canonical shared references only when the shortcut is insufficient for the current situation.
Purpose
Use this skill when at least one is true:
spec.md,plan.md, andtasks.mdare ready- the selected task batch is small, coherent, and actionable
- prerequisites for the selected batch are satisfied
- the next valid phase is implementation for exactly one bounded batch
Read Order
.codex/prompts/speckit.implement.mdfirst.codex/prompts/speckit.constitution.mdif presentspecs/<feature>/spec.mdspecs/<feature>/plan.mdspecs/<feature>/tasks.md- only the code and tests needed for the assigned batch
Owned Outputs
- code and tests for one bounded implementation batch
specs/<feature>/implementation-status.mdupdates for completed task IDs and verification commands when that record is in scope- minimal required workflow artifact updates for the completed batch
Phase-Specific Rejected Criteria
Return rejected if tasks.md is missing, the selected task slice is not bounded, or the requested work would combine multiple implementation batches.
Phase-Specific Blocked Criteria
Return blocked if the selected implementation slice is valid but cannot be completed because of missing environment setup, secrets, dependencies, or unresolved drift.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
ekoen-frontend-code-review
Production-grade code review for the eKoEN frontend codebase. Use when asked to review, audit, inspect, or harden eKoEN React/Next.js frontend code, pages, components, hooks, API clients, or state layers for bugs, performance bottlenecks, TypeScript safety issues, request inefficiency, state-management risks, memory leaks, rendering regressions, error-handling gaps, duplication, or maintainability problems, especially when a structured severity-ranked report with code locations, root causes, suggested fixes, and example refactors is required.
ekoen-backend.doc.route-error
Add HttpErrorRes responses to eKoEN backend routes when controllers can throw errors from app/util/errors/index.ts
conventional-commit-helper
Generate and validate Conventional Commit messages for semantic-release workflows. Use when a user asks to write a commit message, asks to commit changes, asks for commit type/scope selection, or asks to enforce Conventional Commits consistency.
codex-cli-subagent-transport
Use only when native subagent execution is unavailable and the caller needs one deterministic Codex CLI run with repo-local artifacts and a manifest-based result contract.
skill-usage-logger
All skill MUST use this logger to record usage events in NDJSON format.Log Codex skill usage events to NDJSON with safe concurrent appends.
Didn't find tool you were looking for?