my-workflow

Manage the software development lifecycle with a structured, stage-aware workflow.

Updated Dec 22, 2025
One-click install
npx skills add https://github.com/royhenengel/Claude-Customizations --skill my-workflow-royhenengel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-workflow
Source: https://github.com/royhenengel/Claude-Customizations/tree/main/skills/Planning/my-workflow
Command: npx skills add https://github.com/royhenengel/Claude-Customizations --skill my-workflow-royhenengel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a structured, stage-aware system for solo development, ensuring project clarity, scope control, and efficient execution from inception to completion.

Core Features & Use Cases

  • Project Initialization: Sets up a clean workspace/ structure for new or existing projects.
  • Spec-Driven Planning: Guides users through defining requirements (SPEC.md), research (RESEARCH.md), and executable plans (PLAN.md).
  • Automated Execution: Runs plans using subagents, applying deviation rules and quality gates for robust development.
  • Use Case: Kickstart a new project with /start, plan a new feature with /plan, and execute the implementation with /build, all while maintaining clear state and adhering to development best practices.

Quick Start

Use the my-workflow skill to start a new project by running the start command.

Frequently Asked Questions about my-workflow

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

FAQPage Schema
How do I manage a solo software development workflow with Claude?

Managing a solo development workflow with Claude involves using a structured, stage-aware system for project initialization, spec-driven planning, and autonomous task execution via subagents to ensure project clarity and scope control.

What is spec-driven planning for autonomous task execution?

Spec-driven planning for autonomous task execution is the process of defining requirements in SPEC.md, conducting research in RESEARCH.md, and creating executable plans in PLAN.md to guide subagents through implementation with automated deviation handling.

How do I enforce TDD and clean architecture during project automation?

To enforce TDD and clean architecture during project automation, the workflow applies quality gates and deviation rules while monitoring context health throughout the end-to-end software development lifecycle.

Can I use this structured workflow for existing projects or only new ones?

You can use this structured workflow for both new and existing projects by setting up a clean workspace structure during project initialization to maintain clear state and adhere to development best practices.

What's the best way to handle deviations during autonomous code execution?

The best way to handle deviations during autonomous code execution is to apply automated deviation rules that enforce quality gates, ensuring robust development and maintaining context health throughout the implementation process.