Add Spindle agent persona infrastructure#16
Merged
ScottMorris merged 5 commits intomainfrom Apr 2, 2026
Merged
Conversation
**What changed** - add the initial `docs/agents/` structure for Spindle's emergent agent system - define six tailored persona notes for Franklin, Edward, Jullian, Kyle, Tristan, and Nicholas - add starter prompts, an architecture note, a memory template, and seeded memory files for safe re-orientation **Why** - adapt the earlier UDFTools agent-documentation pattern to Spindle's Rust, Tauri, and React desktop workflow - preserve lightweight runbooks, structural memory, and Minimum Viable Handoffs without copying the older materials verbatim - give future agent passes a shared, repository-local starting point that reflects Spindle's product and studio culture
**What changed** - deepen reciprocity across the six persona files so key pairings read as mutual working loops - extend Edward's warmth across the room and let the other personas carry traces of one another's influence - strengthen the studio-culture sections so the team reads more like a lived-in collaboration than adjacent specialist profiles **Why** - make the agent infrastructure reflect healthier team dynamics rather than one-way correction patterns - help future prompts and persona-guided work feel like they come from an actual team with shared culture - improve the realism and usefulness of the persona docs without blurring each persona's distinct role
**What changed** - apply the repository's markdown formatting rules to `docs/spindle-persona-map.md` - normalise list markers and whitespace so the file passes the workspace Prettier check **Why** - fix the failing `JS format` pull-request check - keep the persona map aligned with the repository's automated documentation formatting expectations
**What:** - add `docs/agents/shared/` with broadcast context and per-agent handoff inboxes - document the filesystem-based communication protocol for inbox and context flows - initialise the current sprint broadcast and record the shared layer in Franklin's memory - ignore dynamic handoff traffic while keeping the inbox structure tracked with `.gitkeep` **Why:** - keep inter-agent coordination inspectable and durable inside the repository - reduce handoff friction by giving every persona a stable shared operating surface - preserve the communication structure in git without committing transient messages
**What:** - extend Edward's memory with durable subtitle, navigation, and validation notes - record the current bitmap-only subtitle boundary and the trusted authoring smoke test - capture the titleset root-menu navigation trap as a recurring product and implementation risk **Why:** - keep Edward's future review passes anchored to the real product boundaries - preserve the most important guardrails from the first agent-era orientation work - reduce re-orientation cost when subtitle and navigation threads come back around
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documentation
docs/agents/with a Spindle-specific architecture note, starter prompts, a persona memory template, six persona files, and six seeded memory files.docs/agents/shared/with broadcast context, per-agent handoff inboxes, and a documented filesystem-based communication protocol.SPEC.md, release files, the Tauri app, and the plugin crate.Team dynamics
Operating memory
.gitkeepwhile ignoring transient inbox traffic.Test plan
docs/spindle-persona-map.mdand the UDFTools agent docs to adapt their structure for Spindle.apps/spindle/,apps/spindle/src-tauri/,plugins/tauri-plugin-spindle-project/, anddocs/.docs/agents/shared/.