CJ_personal-workflow

Validate personal work items against structured templates and artifact manifests.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures the correctness and consistency of personal work items by validating their structure and enforcing standards across a defined workflow.

Core Features & Use Cases

  • Personal Work Item Validation: Validates tracker files and directories against personal templates and artifact manifests.
  • Standard Enforcement: Enforces a 3-phase lifecycle (Track, Implement, Ship) and ensures template compliance.
  • Use Case: When creating or reviewing a work item, use this Skill to automatically check for missing information or inconsistencies, ensuring the item is complete and adheres to the required format.

Quick Start

Check the 'work-items' directory for compliance with personal standards:

/CJ_personal-workflow check work-items/

Frequently Asked Questions about CJ_personal-workflow

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

FAQPage Schema
How do I validate work items against structured templates?

You can validate work items against structured templates by parsing YAML frontmatter and artifact manifests to ensure compliance with defined doc-driven development standards and structural requirements.

How do I enforce a 3-phase lifecycle for personal work items?

You enforce a 3-phase lifecycle (Track, Implement, Ship) by validating tracker files and directories against personal templates, automatically checking for missing information or structural inconsistencies during item creation or review.

What is doc-driven development workflow validation?

Doc-driven development workflow validation is the process of ensuring correctness and consistency across personal work items by analyzing YAML frontmatter and enforcing template compliance throughout the defined lifecycle phases.

Can I check a directory for missing information in personal work items?

Yes, you can check a specific directory for missing information by running a validation command against the folder, which parses the contents and verifies structural compliance against your artifact manifests.

Do I need YAML frontmatter for template enforcement?

Yes, YAML frontmatter is required for template enforcement because the validation process analyzes this metadata to verify that personal work items adhere to the defined artifact manifests and structural standards.

What are the limitations of standards enforcement for personal work items?

Standards enforcement is limited to validating structural compliance and YAML frontmatter parsing within a 3-phase lifecycle, meaning it checks format and completeness but does not execute the actual work item implementation.