large-feature-workflow

Plan, execute, and validate large features in mergeable phases.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/kingkillery/pk-qmd --skill large-feature-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: large-feature-workflow
Source: https://github.com/kingkillery/pk-qmd/tree/main/.agents/skills/large-feature-workflow
Command: npx skills add https://github.com/kingkillery/pk-qmd --skill large-feature-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the complexity of implementing large features by providing a structured workflow with phase-based planning, execution, and validation.

Core Features & Use Cases

  • Phase-Based Planning: Generate a detailed plan with 4-8 phases, dependencies, acceptance criteria, and validation commands.
  • Implementation Sessions: Start fresh sessions for each phase, ensuring focused implementation.
  • Validation and Feedback: Run validators at phase boundaries and update the plan accordingly.
  • Version Control Integration: Commit to version control per phase, with PRs for each phase.
  • Use Case: Ideal for large-scale feature development in software engineering, where a systematic approach is crucial to ensure quality and progress.

Quick Start

To initiate the large feature workflow, use the large-feature-workflow skill and start with creating an implementation plan.

Frequently Asked Questions about large-feature-workflow

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

FAQPage Schema
How do I plan and execute large feature development systematically?

Large feature development requires a structured workflow with phase-based planning, execution, and validation. This approach generates a detailed 4-8 phase plan with dependencies, acceptance criteria, and validation commands to ensure focused implementation and progress.

What is phase-based planning for software engineering features?

Phase-based planning breaks down large features into 4-8 distinct phases, each with dependencies, acceptance criteria, and validation commands. This mechanism ensures systematic implementation by starting fresh sessions for each phase and running validators at phase boundaries.

How do I manage version control for large feature implementation?

Managing large feature implementation integrates with version control by committing per phase and creating PRs for each phase. This ensures backward compatibility and independent mergeability, allowing systematic progress without destabilizing the main branch.

Can I validate large features at each implementation phase?

Validating large features at each implementation phase involves running validators at phase boundaries and updating the plan accordingly. This ensures focused implementation sessions meet acceptance criteria before proceeding to the next development phase.

Is a structured phase-based workflow suitable for large-scale features?

A structured phase-based workflow is ideal for large-scale feature development where a systematic approach is crucial. It ensures quality and progress by enforcing phase-based execution, boundary validation, and independent mergeability for complex software engineering tasks.

When should I not use a phase-based workflow for feature development?

Phase-based workflows are not suitable for small or trivial changes that do not require 4-8 phases of structured planning. Overhead from boundary validation and independent phase PRs outweighs the benefits for simple feature implementations.