- •Read project
AGENTS.md,codex.toml(if present), and the targetspec/features/F-XXXX-...md. - •Convert acceptance criteria into a checklist.
- •Implement iteratively (respect
codex.tomlcommand overrides if present):- •Make the smallest code change to satisfy one criterion
- •Add/adjust tests
- •Run
uv run pytest -q
- •Update the feature spec Implementation log with files changed, commands run, and decisions.
- •If tests fail, invoke
debug-loop. - •If user-facing behavior changed, invoke
docs-update.
implement-feature
根据功能/特性文件,端到端地实现一项功能。
SKILL.md
--- frontmattername: implement-feature description: Implement a feature end-to-end based on its spec/features file.