adlc-toolkit
Spec-driven development pipeline from requirement to deployed code
All Skills in This Repository (15)
Pure Emerald Level Indicatorsinit
Create a .adlc/ scaffold with ETHOS, context, and templates.
validate
Validate ADLC phase artifacts for frontmatter and structural readiness.
proceed
Orchestrates ADLC pipelines from requirement spec to deployment with gate-based state tracking.
optimize
Identify API cost and performance hotspots in the Atelier Fashion API.
canary
Automate canary deployments on Cloud Run with health checks and rollback.
reflect
Audit recent code changes for correctness, conventions, architecture, and testing.
wrapup
Finalize ADLC artifacts and generate a ship summary after feature merge.
spec
Translate feature requests into structured requirement specifications with frontmatter tags.
status
Aggregate ADLC specs, tasks, and bugs into a consolidated status dashboard.
architect
Generate architecture designs and task breakdowns from requirements.
review
Evaluate recent code changes with a five-agent pre-push review.
template-drift
Compare local .adlc/templates/ files against canonical toolkit templates and output a per-file drift summary.
Frequently Asked Questions
FAQPage SchemaHow to install adlc-toolkit?โผ
Run `npx skills add atelier-fashion/adlc-toolkit --all -g -y` in your terminal to install all skills globally.
What does adlc-toolkit do?โผ
It gives you a complete spec-driven workflow: write a requirement spec, validate it, design architecture, implement tasks, run multi-agent code review, and ship through PRs with deployment verification.
How to run multiple features in parallel?โผ
Use the /sprint skill to launch several /proceed pipelines concurrently, each in its own isolated git worktree, with a live dashboard tracking every requirement's progress.
Does adlc-toolkit work with any tech stack?โผ
Yes. The core skills are stack-agnostic and read project-specific values from a per-repo .adlc/config.yml file, with optional presets for common stacks like iOS plus Firebase plus Cloud Run.
Can non-developers use adlc-toolkit?โผ
Yes. You describe features or bugs in plain English, and the skills handle specs, task breakdown, implementation, review, and deployment automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core