What problem does it solve? Developers often need to make a quick fix, address code review comments, or build a small feature without going through a formal brainstorm-design-plan workflow. This Skill implements code changes directly from whatever context is available, while still checking recorded evidence and readiness gates when prior workflow state exists. ## Core Features & Use Cases - Direct implementation: Builds features or fixes from a plain-language description, with no requirement for requirement.md, design.md, or plan.md files. - Review-driven fixes: Works through findings from a prior code review run, most severe first, when invoked with --from-review. - Evidence-aware gating: Checks recorded task evidence, validates task class, and evaluates readiness before editing when prior workflow state exists; skips gates transparently for standalone tasks. - Verification and handoff: Names the project's build/test/lint commands, runs them, and records the implementation handoff so later workflow stages can proceed. - Use Case: After a code review flags three issues in your branch, invoke the skill with --from-review to work through each finding, run the existing test suite, and record the completed implementation stage. ## Quick Start Ask the AI to implement the described change or fix the findings from the previous code review using the do-implement skill.