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.
npx claudepluginhub twofoldtech-dakota/studio --plugin studioAnalyze 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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.