CJ_scaffold-work-item

Create structured work item directories from office-hours design documents.

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

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 streamlines the process of converting office-hours design documents into structured work item directories, simplifying the transition from design to implementation.

Core Features & Use Cases

  • Automated Directory Creation: Automatically generates work item directories based on the content of office-hours design documents.
  • Template-based Scaffold: Utilizes predefined templates to ensure consistency across work item structures.
  • Idempotent Execution: Re-running the skill on the same design document without changes results in no action, ensuring efficient use of resources.
  • Integration with Workflows: Seamlessly integrates with existing workflows like /CJ_personal-workflow for further processing.
  • Use Case: When you have a design document for a new feature and want to quickly create a work item directory with all necessary artifacts.

Quick Start

Use the CJ_scaffold-work-item skill with the path to your design document: CJ_scaffold-work-item <path-to-design-doc>

Frequently Asked Questions about CJ_scaffold-work-item

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

FAQPage Schema
How do I automate directory creation from a design document for feature development?

To automate directory creation from a design document, you can use a scaffold tool that reads the document, applies predefined templates, and generates a structured work item directory. This streamlines the transition from design to implementation.

What is the best way to ensure consistency across work item directories?

The best way to ensure consistency across work item directories is by using a template-based scaffold approach. This automatically applies predefined templates to generate uniform directory structures for all feature development tasks.

Do I need Git to create structured work item directories from office-hours design docs?

Yes, you need Git to create structured work item directories from office-hours design docs. The scaffolding process requires Git and specific templates as inputs to validate consistency and generate the necessary artifacts.

Can I re-run directory scaffolding on the same design document without creating duplicates?

Yes, you can re-run directory scaffolding on the same design document without creating duplicates. The execution is idempotent, meaning re-running it on an unchanged document results in no action, preventing duplicate artifacts.

How does work item scaffolding integrate with existing personal workflows?

Work item scaffolding integrates with existing personal workflows by depending on them for validation and consistency checks. It seamlessly passes the generated structured directories to workflows for further processing.

When should I not use automated scaffolding for feature development work items?

You should not use automated scaffolding for feature development work items if you lack the required Git environment or predefined templates. The tool depends on these specific inputs to successfully parse design documents and generate directories.