atelier
Spec-driven planning, disciplined debugging, and multi-agent code review
All Skills in This Repository (16)
Pure Emerald Level Indicatorsspec:product
Document product requirements and define feature scope from discovery interviews.
oracle:challenge
Analyze project proposals and expose flawed assumptions through structured challenge workflows.
typescript:drizzle-orm
Create type-safe Drizzle ORM schemas and queries for TypeScript projects.
typescript:dynamodb-toolbox
Model DynamoDB single-table designs with dynamodb-toolbox for TypeScript apps.
spec:architect
Design domain-driven architectures with hexagonal patterns and bounded contexts.
typescript:functional-patterns
Model TypeScript domain logic with ADTs, Option/Result, and branded types.
spec:methodology
Orchestrate spec-driven development workflows across a 3-layer AgentOS context model.
typescript:build-tools
Automate TypeScript project tooling setup for builds, typechecking, testing, linting, and monorepo orchestration.
oracle:thinkdeep
Analyze complex problems through stepwise reasoning and multi-perspective evaluation.
typescript:fastify
Creates REST APIs in TypeScript using Fastify and TypeBox validation with RFC 7807 errors.
typescript:api-design
Define framework-agnostic REST API patterns for endpoints, errors, pagination, and versioning.
spec:beads
Automate dependency-aware task tracking for spec workflows with Git-backed persistence.
Frequently Asked Questions
FAQPage SchemaHow to install Atelier?โผ
Run `npx skills add martinffx/atelier --all -g -y` in your terminal to install all skills globally.
What is spec-driven development with AI agents?โผ
Atelier makes your agent write an approved design and plan before coding, so implementation always follows a reviewed specification instead of guesswork.
How does Atelier review code?โผ
It runs a multi-agent review where a triage agent scans the diff, specialist reviewers check security and correctness in parallel, and an architect validates design boundaries.
Does Atelier work with Claude Code, Codex, and Cursor?โผ
Yes. The skills follow the universal SKILL.md standard and the CLI configures specialist agents for Claude Code, OpenCode, Codex, and Cursor.
Can Atelier help debug production bugs?โผ
Yes. The oracle-debug skill enforces a four-phase root-cause investigation so your agent fixes the actual cause instead of applying random patches.
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