Maintaining specifications with scattered tools (Word for the vision, Excel for requirements, separate UML tools for diagrams) leads to media breaks, poor versioning, and inconsistent artifacts. The Studio replaces them with one workspace on top of your Git repository.
Business analysts capture the vision and requirements, requirements engineers specify use cases and the entity model, software and test engineers read the specifications and add technical detail, all in the same tool, on the same Git-versioned files.
Project leads see status and progress at a glance, without opening a single Markdown file.
Each artifact type gets a dedicated editor with validation instead of a blank text file. ER diagrams are generated from the entity model, and activity diagrams from use case scenarios, automatically and live in the browser.
Nobody needs to write PlantUML or Mermaid by hand; the diagrams can never drift out of sync with the specification.
From the project overview to the individual use case specification: the screenshots follow the Spring PetClinic example project.
The home view shows all use cases of the project, grouped by functional area, with their status and the overall progress. Every stakeholder sees where the project stands at a glance: no repository checkout, no Markdown reading required.
The files view navigates the repository directly: browse the docs folder, create, rename, move, or delete files and directories. Every operation is written back as a Git commit with a traceable message and author; the repository stays the single source of truth.
Entities, attributes, and relationships are maintained in a structured editor: no diagram drawing, no syntax to learn. The Mermaid ER diagram is generated from the structured data and rendered live; the result is saved as a plain Markdown file (docs/entity_model.md) in the repository.
The use case diagram (docs/use_cases.puml) is edited as PlantUML source with syntax highlighting and a live preview next to it. A first draft of actors and use cases can be generated AI-assisted from the requirements catalog and then refined manually.
Each use case is maintained in a structured form following the AI Unified Process format: overview, preconditions, main success scenario, alternative flows, postconditions, and business rules. The activity diagram is generated automatically from the scenarios; here UC-009 "Book Visit for Pet" with its alternative flows.
End-to-end test cases are maintained in the same structured way: overview, roles, preconditions, the journey as a numbered step table with the concrete test data per step, validations, and postconditions. A test case describes one journey through the application that can span several use cases, and each step can be linked to the use case it covers. The Studio writes the file to docs/test_cases/ in the format of the aiup-core test-case skill, so /playwright-test TC-001 automates exactly what was written here. Where the flow is still empty, the Studio offers to write it out with the same skill, and to generate the browser automation for the finished test case in your stack.
The traceability view shows, per use case, whether implementing code and tests exist in the repository, and whether that matches the maintained status. It reads the same @UseCase convention as the AI Unified Process Navigator IDE plugin, so the specification, implementation, and tests stay verifiably connected.
The AI Unified Process skills no longer run only in Claude Code: the Studio triggers them itself, in the CI of your repository. Generation is available in every workspace, from the requirements catalog all the way to implementation and tests.
Every editor shows the next step in the AI Unified Process, with the matching command for Claude Code ready to copy. With generation set up, a Generate button sits right next to it: the Studio runs the same skill on the same artifact, so there is only one generation path, whether it starts in Claude Code or in the Studio.
A generation run executes in the CI of your own repository (GitHub Actions or Bitbucket Pipelines) with your own AI access, and the Studio says so before you start. The result never lands directly on a branch: every run opens a pull request, so generated documents and code remain proposals until you review and merge them.
The setup verifies every precondition and shows what is met and what is open. The Studio commits the workflow file to the configured branch; the AI access (an Anthropic API key or a Claude subscription token) is stored solely as a secret at your Git provider. The Studio never sees or stores it. Once every point is green, generation is offered in the editors.
Users sign in with their GitHub or Bitbucket account; no separate credentials. Administrators connect the organization, configure repositories, and manage team roles.
The Studio supports GitHub and Bitbucket. Connect your GitHub organization or account by installing the Studio app, or connect your Bitbucket workspace. The Studio accesses the released repositories with short-lived tokens, independent of individual user accounts.
Configure one or more repositories per tenant: Git provider, branch, and write strategy: commit directly to the branch or work through pull requests for protected branches.
Manage the users of your tenant: assign the roles Administrator, Editor, or Reader, invite new team members, and set the default role for first-time sign-ins. Invited users join with their Git account; no separate registration.
The Studio reads and writes exactly the artifact formats of the aiup-core skills: the same files the Claude Code plugins produce and consume.
A repository reverse-engineered with /reverse-engineer opens in the Studio without any conversion, and use case specifications and test cases written in the Studio feed directly into /implement and the test commands of the stack plugins, down to /playwright-test TC-001 for a whole journey.
Code and test generation stay on your Git repository: run the commands in your AI coding tool, or let the Studio trigger the same skills in the CI of your repository.
What began as AI assistance close to individual artifacts now automates the process itself: every step from the requirements catalog to the end-to-end tests can be generated, then reviewed and merged as a pull request.
The Claude Code marketplace plugins drive the AI Unified Process workflow from requirements to tests, and the AI Unified Process Navigator IDE plugin links test methods to their use case specifications.
AI Unified Studio is currently in private beta and not publicly available yet. Leave your email address and we'll send you an invitation as soon as your access is ready; your free trial starts with the invitation.
We onboard new teams in small batches and personally: no waiting list limbo, no spam.
Studio is in private beta. Request an invitation above, or book a call to talk through how Studio fits your team.