STUDIO - Autonomous software development workflow: Plan then Build with embedded context and quality gates
Create strategic, brand-aligned blog content through guided workflow
Establish and manage brand identity, voice, and messaging through guided discovery
Execute approved plans through iterative build loop with quality gates and learning capture
Explicitly coordinate multi-agent workflows with visibility and control
Show project dashboard with progress tracking
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI that plans before it builds, learns from mistakes, and never forgets.
Quick Start โข How It Works โข Commands โข Scripts โข Full Guide
Most AI coding assistants:
STUDIO fixes this.
# Install
/plugin marketplace add https://github.com/twofoldtech-dakota/studio.git
/plugin install studio@twofoldtech-dakota
# Plan something
/studio "Add user authentication with email verification"
# Build the plan
/build task_xxx
That's it. STUDIO asks questions, creates a plan, and executes with validation.
YOU STUDIO OUTPUT
โ โ โ
โ "Add auth" โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโบโ โ
โ โ โ
โ โโโ Questions โโโโโโโโค (3 rounds) โ
โ โโโ Answers โโโโโโโโโบโ โ
โ โ โ
โ โโโ Plan โโโโโโโโโโโโโค (review & approve) โ
โ โโโ "looks good" โโโโบโ โ
โ โ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโบโ Code
โ โ Build + Validate โ Tests
โ โ Quality Gates โ Docs
โ โ Learn & Remember โ
โ โ โ
| Phase | What Happens | Script |
|---|---|---|
| Plan | Questions โ Requirements โ Steps | confidence-score.sh |
| Validate | Structure check, confidence โฅ70 | validate-plan.sh |
| Pre-check | Lint, types, existing issues | quality-precheck.sh |
| Build | Execute steps, track progress | step-progress.sh |
| Verify | Acceptance criteria, DoD | verify-ac.sh, dod-check.sh |
| Learn | Capture patterns, evolve knowledge | sprint-evolution.sh |
| Command | Alias | What it does |
|---|---|---|
/studio "goal" | /s | Start planning with questions |
/build task_xxx | /b | Execute an approved plan |
/build --resume | Continue from last step | |
/status | Check current task state |
See docs/QUICK-REFERENCE.md for all commands.
All scripts output JSON, have --help, and live in scripts/.
# Before build
./scripts/validate-plan.sh --task-id task_xxx # Structure check
./scripts/confidence-score.sh --task-id task_xxx # Quality score (0-100)
./scripts/quality-precheck.sh # Lint + typecheck
# During build
./scripts/step-progress.sh status task_xxx # Track progress
./scripts/error-matcher.sh --input "error text" # Fix suggestions
# After build
./scripts/verify-ac.sh --task-id task_xxx # Acceptance criteria
./scripts/dod-check.sh --auto-detect # Definition of Done
Plans are scored 0-100:
| Category | Points | Checks |
|---|---|---|
| Requirements | 25 | User confirmations, edge cases, scope |
| Step Quality | 25 | Success criteria, atomic actions |
| Context | 25 | Constraints, quality requirements |
| Risk | 25 | Retry behavior, failure handling |
โฅ85 = PROCEED โข 70-84 = CAUTION โข <70 = BLOCKED
STUDIO learns from every build:
| Section | Purpose |
|---|---|
| Strict Constraints | Rules that must never be violated |
| Slop Ledger | Naming/structural mistakes to avoid |
| Performance Delta | Measured improvements with metrics |
| Pending Queue | Signals awaiting promotion |
Every 5 tasks โ automatic evolution proposals.
Analyze Optimizely CMS/Content Cloud projects for architecture, security, content modeling, and performance patterns
Claude Code plugin for Sitecore, Umbraco, and Optimizely CMS development โ scaffolding, content modeling, accessibility scanning, security audits, best practices, and code generation
Analyze Umbraco 14-16 projects for architecture, security, and backoffice patterns
Analyze Optimizely Experimentation and Web implementations for A/B testing, feature flags, and JavaScript SDK patterns
Sitecore XP AWS-to-Azure migration planning assistant. Guides architects through structured discovery, cross-reference analysis, phased estimation, and client-ready deliverable generation.
npx claudepluginhub twofoldtech-dakota/studio --plugin studioPlan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command โ one paste between you and done โ that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Plan-Execute-Review development workflow with brainstorming, executor agent, and adversarial code review loop
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Describe your goal, approve the spec, then step away โ Claude and Codex loop together until it's right.
An agent-routed harness for end-to-end software product development
The only Claude Code plugin that verifies AI-generated code against its own design specs.