From Prototype Chaos to a Sharper Creative Pipeline
Last time, I described Promptomat as if it was still mainly a smarter prompt builder. That undersold what is actually happening in the repo.
The real direction is much clearer now: Promptomat is evolving into a standalone-first Command Centre for multi-project, multi-agent orchestration.
Command Centre Is the Core Direction
The docs and app structure now point at one central idea: combine project knowledge, reusable workflows, service integration, and worker orchestration into one control surface.
This is already visible in the implementation shape:
- Dedicated orchestrator UI files and manager layers
- A workflow engine and sandbox runner
- Repo-adapter style services for project-aware execution
So this is no longer "prompt in, output out." It is orchestration-first by design.
A Clear Control Model Before More UI Shuffling
A major implementation focus is locking in the control model explicitly:
- Active project
- Active orchestrator
- Attached taskforce
- Selected workflow
- Execution settings
Even in solo mode, orchestrator and worker are treated as separate conceptual roles. That sounds subtle, but it matters: the product can scale to multiple workers later without a redesign.
The planned Command Centre panel pushes this further with PI progress, sprint progress, worker state, steering controls, and direct access to next-agent briefings.
"Brain Apps" Are Specialized Surfaces, Not One Giant Screen
Another thing I got wrong earlier: this is not trying to become one overloaded monolith view.
The "brain apps" concept is already visible as distinct surfaces around a shared core:
- Helper-style analytical tools
- Orchestrator control surfaces
- Visual and generative tooling
- Project workflow views
The workspace plan describes this spatially: left for analysis/code-heavy tools, center for the active execution loop, right for creative/generative tools.
The brain metaphor is not just visual branding either. It is tied to concrete mechanics like orchestrator overlays, ring menus, brain-oriented workflows, and future lenses such as Command Centre, Arcade, Guild Hall, and Mission Control.
Memory Architecture Is Already Mature
One of the strongest parts is the three-layer memory model:
memory/interfaces/as the I/O boundarymemory/long-term/as durable institutional memorymemory/short-term/as sprint-bound execution memory
Inbox and outbox are formal interfaces, not vague folders:
- Inbox (human → LLM): raw ideas, steering, brainstorm input
- Outbox (LLM → human): proposals, results, summaries, status
The contract is strict and healthy: workers should not write long-term memory directly. Inbox/outbox is the managed transit layer between short-term execution and long-term curation.
Plan → PI → Sprint Is a Real Execution Bridge
The planning stack is also further along than I first described.
- Long-term implementation intent lives in roadmap and implementation plans
- PI docs collect and time-box that intent
- Sprint-planning workflows materialize PI definitions into sprint folders/files
In practical terms: PI is the planning artifact, sprint folders are the execution artifacts. That bridge turns strategy into agent-runnable context.
The Workflow Loop Is Already Operational
agents.md and WORKING-CONTRACT.md define a Plan → Build → Verify → Close rhythm, and sprint workflows expand that into lifecycle execution: next-agent briefings, worker rosters, schedules, verification, archive, and cleanup.
The roadmap and active PI work show this is not theoretical. Orchestrator upgrades, sprint-close mechanics, sprint analysis, brainstorm pipeline evolution, and blog automation are already scoped as concrete increments.
Blogging Is Emerging as a Native Output of the System
One of the most interesting parts: blog writing is being designed as a byproduct of orchestration, not an unrelated marketing task.
The Sprint Analysis workflow is meant to read commit history, sprint plans, roadmap deltas, inbox change, and outbox outputs, then emit structured prose summaries, including blog-ready drafts.
The same system that runs execution is being shaped to explain execution.
Steering and Adaptive Loops Are the Next Layer
There are also active experiments around mid-run steering and adaptive loops:
- Injecting human steering at natural workflow boundaries
- Using sprint analysis both at close and as mid-sprint sanity checks
- Linking scheduler/orchestration views to commit thresholds, roadmap signals, and inbox triggers
- Evolving brainstorm pipelines with provider routing and later auto-formalization back into planning artifacts
The Better Summary
Promptomat is becoming an orchestration-first AI workbench where:
- Markdown memory acts as the brain
- Inbox/outbox act as formal I/O nerves
- Plans hold durable strategy
- PIs and sprints structure execution
- Specialized brain apps provide steerable control surfaces
So yes, this post needed a correction. The direction is sharper than "prompt builder growth." It is a command-and-orchestration system that treats planning, execution, memory, and communication as one continuous loop.