Spaces — Development skill for Claude Code
Agent-driven SDLC orchestrator: specify → plan → tasks → implement → verify, backed by AIDLC workflows + the Pi Coding Agent SDK.
How to install Spaces
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open rayedbajwa/spaces and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Spaces does
Agent-driven SDLC orchestrator: specify → plan → tasks → implement → verify, backed by AIDLC workflows + the Pi Coding Agent SDK. Human-in-the-loop review gates, per-project sub-agents, app-wide GitHub/Jira/Confluence/Slack integrations.
Alternatives in Development
- Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
- Speckit.Specify 2.3k ★
- Sdlc Fleet — SDLC Fleet Pattern (skill module) 1.1k ★
README
Spaces
**An open-source, agent-driven SDLC orchestrator for software development teams.**
Spaces runs an AI-driven Software Development Life Cycle — `specify → plan → tasks → implement → verify` — across a fleet of specialized agents, with a web UI to inspect every step, human-in-the-loop review gates, and app-wide OAuth integrations for GitHub, Jira, Confluence, and Slack.
Think of it as a project board where every card is powered by a persistent agent that knows the codebase, your team's conventions, and the artifacts of every previous stage.
Built on the [AIDLC framework](https://github.com/awslabs/aidlc-workflows) (AI-Driven Development Life Cycle) and the [Pi Coding Agent SDK](https://www.npmjs.com/package/@earendil-works/pi-coding-agent).
**Tags:** `agentic-workflows` · `aidlc` · `sdlc-automation` · `ai-development` · `llm-orchestration` · `pipeline-orchestrator` · `spec-kit` · `claude` · `developer-tools`
Screenshots
The board
Every Space appears as a card on a kanban board that auto-derives its lane (Backlog → Initialized → Specified → Planned → Tasked → Implementing → Done) from the artifacts each project has produced. The **Integrations chip** in the hero shows connection status for GitHub, Jira, Confluence, and Slack at a glance.

Project detail — pipeline running
Open a card and you get the AI agent output live, plus tabs for specs, tests, implementation, QA, chat, context, memory, and promotions. The orchestrator panel on the right controls autonomous mode, per-project concurrency, and the Fast/Balanced/Quality speed mode fed to the model router.

Generated artifacts, browsable in-app
Every stage produces markdown artifacts (`spec.md`, `plan.md`, `tasks.md`, `test-plan.md`, `verification-report.md`, etc.) that render inline in the app. Below
Related Skills
Sdlc Project Init
Bootstrap a greenfield project through a guided interview. Produces .sdlc/steering/product.md and tech.md so c
Sdlc Wave
Run one Seeds-backed worktree wave — select ready Seeds, spawn workers in worktrees, review, reconcile
Cleanup All
Project-wide cleanup using an orchestrator-worker pattern. The main session is the orchestrator — it does NOT
Desk
Convert THIS already-open session into the machine-wide orchestrator desk, in place — claim the desk role for
Sdlc Code Implementation
Build working software that meets acceptance criteria. Use when executing implementation plans. Triggers: impl
Sprite Forge MCP
Local-GPU sprite studio for games: text → transparent RGBA sprites, character bibles & LoRAs. One backend, two
Related Agents
Auto Claude
by AndyMik90 - Autonomous multi-agent coding framework for Claude Code (Claude Agent SDK) that integrates the
Autopilot
Autonomous pipeline from idea to working code — specify, clarify, plan, review, tasks, implement, code review,
CLI Master
Use for CLI design, command-line interfaces optimized for both human and AI agent interaction. Takes ARGUMENTS