llm-coding-workflow

Automate AI-assisted software development workflows with planning, chunked execution, and granular commits.

35|4|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/ericporres/llm-coding-workflow-skill --skill llm-coding-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-coding-workflow
Source: https://github.com/ericporres/llm-coding-workflow-skill/tree/main
Command: npx skills add https://github.com/ericporres/llm-coding-workflow-skill --skill llm-coding-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, AI-assisted software engineering workflow inspired by Addy Osmani's methodology. It helps teams plan, chunk work, manage context, switch models strategically, maintain human oversight, and commit frequently to avoid wasted cycles and low-quality output.

Core Features & Use Cases

  • Structured Planning: Rapid, waterfall-style planning before implementation.
  • Chunked Execution: Small tasks with quick feedback loops.
  • Context Management: Systematic provision of relevant context to the AI.
  • Model Selection: Strategic switching based on task needs.
  • Human Oversight: Review-first approach to AI-generated code.
  • Granular Commits: Frequent save points and easy rollbacks.
  • Continuous Learning: Learnings captured to amplify future work.

Use Case: Deploy AI as a productive partner to plan, implement, and review features, fixes, or refactors with human oversight.

Quick Start

Plan a feature with AI: /llm-workflow plan "Implement user authentication with JWT"

Decompose tasks and implement in chunks: /llm-workflow decompose "Build authentication system" /llm-workflow implement --chunk-size small

Review and commit changes: /llm-workflow review --commit

Frequently Asked Questions about llm-coding-workflow

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

FAQPage Schema
What is an AI-assisted software development workflow?

An AI-assisted software development workflow automates planning, chunked execution, context provisioning, and human oversight to help teams implement features, fixes, or refactors with reliable, controlled AI collaboration.

How do I plan and decompose features with AI for reliable coding?

To plan and decompose features with AI, you use rapid waterfall-style planning to define the scope, then break the implementation into small chunks with quick feedback loops to maintain code quality.

How can I manage context and select models strategically during pair programming?

You manage context and select models strategically during pair programming by systematically provisioning relevant project context to the AI and switching models based on the specific task needs.

What's the best way to review AI-generated code and commit changes safely?

The best way to review AI-generated code and commit changes safely is to apply a review-first human oversight approach, using frequent granular commits as save points for easy rollbacks.

Can I use this structured coding workflow for bug fixes and refactoring?

Yes, you can use this structured coding workflow for bug fixes and refactoring because it targets software engineering teams needing reliable AI collaboration across feature work, fixes, and codebase refactoring.

Why does my AI coding workflow produce low-quality output and waste cycles?

AI coding workflows produce low-quality output and waste cycles when lacking structured planning, context management, and human review, which this approach solves by enforcing small task chunks and continuous learning capture.