outside-in-double-loop

Community

Build complex features incrementally.

Authorjon23d
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the challenge of implementing features with multiple dependencies, especially when those dependencies don't exist yet, by guiding a structured, test-driven development process.

Core Features & Use Cases

  • Incremental Implementation: Guides the development of features by starting with the user-facing contract and progressively building out underlying dependencies.
  • Dependency Management: Ensures that code is only built when a test demands it, preventing premature or speculative development.
  • Use Case: When building a new microservice, use this skill to define the API contract first, stub all downstream services, get the API test passing, and then iteratively build each downstream service one by one.

Quick Start

Use the outside-in-double-loop skill to implement the new user registration feature, starting with the API endpoint and stubbing all internal services.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: outside-in-double-loop
Download link: https://github.com/jon23d/skillz/archive/main.zip#outside-in-double-loop

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.