CJ_implement-from-spec

Implement code from specification documents for user stories, defects, tasks, and features.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/jcl2018/claude-skills-templates --skill cj-implement-from-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CJ_implement-from-spec
Source: https://github.com/jcl2018/claude-skills-templates/tree/main/skills/CJ_implement-from-spec
Command: npx skills add https://github.com/jcl2018/claude-skills-templates --skill cj-implement-from-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires CJ_personal-workflow, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of implementing code based on a specification, significantly enhancing productivity and reducing manual effort.

Core Features & Use Cases

  • Code Implementation Automation: Reads and implements code from a given specification.
  • Type-Specific Implementation: Handles user stories, defects, tasks, and features with appropriate artifact parsing.
  • Boundary Checks: Performs compliance checks before and after implementation to ensure structural integrity.
  • Idempotency: Ensures that re-running the skill on an already implemented work-item is a no-op.
  • Use Case: When you have a user story, defect, task, or feature with a specification, this skill can automatically generate the code for it.

Quick Start

Run the skill with the path to the work-item directory: /CJ_implement-from-spec <work-item-dir>

Frequently Asked Questions about CJ_implement-from-spec

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

FAQPage Schema
How do I automate code implementation from a specification document?

You can automate code implementation from a specification by running a skill that parses user stories, defects, and features, performs boundary compliance checks, generates code, and updates work item trackers.

Can I re-run code generation on an already implemented work item safely?

Yes, re-running code generation on an already implemented work item is safe because the process ensures idempotency, meaning the operation becomes a no-op if the work item is already implemented.

Do I need a specific workflow dependency to parse user stories and generate code?

Yes, you need the CJ_personal-workflow dependency to handle asset resolution and perform boundary checks before completing the code generation and work item tracker updates.

What is the best way to ensure structural integrity when implementing features from specs?

The best way to ensure structural integrity when implementing features from specs is to perform automated boundary compliance checks before and after code generation to validate the implementation.

Why does my work item automation fail to parse the specification correctly?

Work item automation might fail to parse the specification if the required workflow dependency for asset resolution is missing, preventing the system from properly reading the user story or feature artifacts.