workflow-guide

Guide software development workflows across planning, execution, and review phases.

3|Updated Nov 15, 2025
One-click install
npx skills add https://github.com/MasterCodeYoda/agent-tools --skill workflow-guide-mastercodeyoda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-guide
Source: https://github.com/MasterCodeYoda/agent-tools/tree/main/skills/workflow-guide
Command: npx skills add https://github.com/MasterCodeYoda/agent-tools --skill workflow-guide-mastercodeyoda

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework for managing the entire software development lifecycle, from initial planning and requirement refinement to execution, review, and knowledge capture, ensuring consistency and quality.

Core Features & Use Cases

  • Structured Planning: Guides users through defining requirements, creating implementation plans, and breaking down work into prioritized tasks (P1/P2/P3).
  • Session Continuity: Manages multi-session work with state persistence and clear handoff protocols.
  • Quality Auditing: Offers commands to audit code, tests, documentation, APIs, and frontends against best practices.
  • Knowledge Compounding: Facilitates documenting solutions to problems for future reuse.
  • Use Case: A developer starting a new feature can use /workflow:refine to clarify requirements, /workflow:plan to create a detailed implementation strategy, and /workflow:execute to manage the coding process across multiple sessions, ensuring all quality gates are met.

Quick Start

Use the workflow guide to refine requirements for a new feature.

Frequently Asked Questions about workflow-guide

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

FAQPage Schema
How do I structure a software development workflow from planning to code review?

A structured development workflow moves through planning, execution, and review phases. It emphasizes vertical slicing and bottom-up implementation to break down work into prioritized tasks, ensuring consistency and quality across the entire lifecycle.

What is the best way to maintain session continuity for multi-session feature development?

Maintaining session continuity requires state persistence and clear handoff protocols. A structured workflow manages multi-session work by documenting solutions and tracking progress, ensuring seamless context restoration when development spans across multiple periods.

How do you audit code quality and documentation against best practices?

Auditing code quality involves running dedicated commands to evaluate code, tests, documentation, APIs, and frontends against established best practices. This quality assurance step ensures the implementation meets required standards before completion.

Can I use this development process framework for any programming language?

Yes, this framework provides a language-agnostic workflow for software development. It focuses on the underlying development process, requirement refinement, and execution strategy rather than tying you to a specific programming language or platform.

How do I refine requirements before starting implementation on a new feature?

Refining requirements involves using dedicated commands to clarify feature needs before coding begins. This planning phase defines the scope, creates a detailed implementation strategy, and breaks down work into prioritized P1, P2, and P3 tasks.

Does this workflow guide integrate with project management tools?

Yes, the workflow guide supports integration with project management tools. This compatibility allows teams to synchronize their structured planning, task prioritization, and session continuity protocols directly with their existing tracking systems.