AI-SDLC
Markdown CLI for 8-step AI development workflows. Everything is just a prompt.
Overview
A Python CLI on PyPI. aisdlc init creates templates, aisdlc next merges prior output into the next prompt, and every artifact stays diffable in git.
Problem
Developers skip planning with AI and jump straight to code, then wonder why the result is chaotic.
Solution
An 8-step CLI that turns idea, PRD, architecture, patterns, tasks, and tests into markdown artifacts that feed the next step.
Lessons learned
- Requirements, architecture, and tasks are all prompts with different context.
- A linear harness prevents vibe coding drift.
- Tool-agnostic prompt generation allows instant model switching.