atelier-fashionatelier-fashionOfficialยท15 Agent Skills Included

adlc-toolkit

Spec-driven development pipeline from requirement to deployed code

Runs a full spec-driven development lifecycle: write requirement specs, design architecture, break work into tasks, implement, review, and ship via pull requests. Eliminates ad-hoc coding sessions, missed validation steps, and untracked parallel work across repos. Includes parallel sprint orchestration, adversarial review, canary deploys, and codebase health audits to ship features faster with fewer regressions.
npx skills add atelier-fashion/adlc-toolkit --all -g -y

All Skills in This Repository (15)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

init

Create a .adlc/ scaffold with ETHOS, context, and templates.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

validate

Validate ADLC phase artifacts for frontmatter and structural readiness.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

proceed

Orchestrates ADLC pipelines from requirement spec to deployment with gate-based state tracking.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

optimize

Identify API cost and performance hotspots in the Atelier Fashion API.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

canary

Automate canary deployments on Cloud Run with health checks and rollback.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

reflect

Audit recent code changes for correctness, conventions, architecture, and testing.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

wrapup

Finalize ADLC artifacts and generate a ship summary after feature merge.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

spec

Translate feature requests into structured requirement specifications with frontmatter tags.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

status

Aggregate ADLC specs, tasks, and bugs into a consolidated status dashboard.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

architect

Generate architecture designs and task breakdowns from requirements.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

review

Evaluate recent code changes with a five-agent pre-push review.

Official
Advanced
๐Ÿ“ฆ In Repo
atelier-fashionatelier-fashion

template-drift

Compare local .adlc/templates/ files against canonical toolkit templates and output a per-file drift summary.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’