implement

Implement code from plan.md and verify against the specification.

3|1|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/sirius-cc-wu/sirius-skills --skill implement-sirius-cc-wu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/sirius-cc-wu/sirius-skills/tree/main/implement
Command: npx skills add https://github.com/sirius-cc-wu/sirius-skills --skill implement-sirius-cc-wu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translates a concrete implementation plan into working code that faithfully follows a provided specification.

Core Features & Use Cases

  • Plan-driven coding: Implement features and fixes by adhering to the plan.md and the spec.
  • Test-driven verification: Write tests and verify code against the specification and project standards.
  • Conformance & maintainability: Aligns with existing conventions, style, and architecture to ensure clean integration.

Quick Start

Provide the plan.md and run the implement workflow to generate code, tests, and verification results.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a plan.md into executable code that follows my project conventions?

Plan-driven coding generates executable code by reading your plan.md, writing the logic, and verifying the output against the provided specification to ensure it conforms to project conventions.

What is plan-driven code generation and how does it verify features?

Plan-driven code generation translates a detailed specification into working code, applying test-driven verification by writing tests and comparing results directly to the spec.

Can I use this approach for refactoring and bug fixes, or is it only for new features?

This plan-driven implementation approach applies to feature development, bug fixes, and refactors, guiding each task from the plan specification to validated outcomes.

How do I ensure generated code maintains conformance with existing architecture and style?

Conformance and maintainability are ensured by aligning code generation with existing conventions, style, and architecture, which guarantees clean integration into the project.

Do I need to write tests manually after implementing features from a specification?

You do not need to write tests manually, as test-driven verification automatically writes tests and runs validation checks comparing the executed code against the specification.