Problem / Motivation
Athena Notes has no skill that helps a user discover and articulate their intellectual signature — the thinkers, ideas, and experiences that shape their worldview, the mission that ties them together, and the 3–5 core ideas they could build a body of work around.
Closest analogs are partial:
prism does pattern/contrast/naming refraction but produces no artifact and isn't phase-gated
weekly-planning, session-review, and workday-planning touch on themes but never excavate worldview or produce a positioning blueprint
- The brand-voice plugin codifies existing voice but doesn't excavate from a blank slate
A user wanting this capability today has to paste an external prompt (e.g. Dan Koe's "Perspective Architect", Jan 2026) into a chat, with no integration with their vault, prior brand artifacts, or Athena's spoke-based research/synthesis/capture pipeline.
Proposed behavior
A new skill, find-perspective, that runs a guided multi-phase Q&A flow:
- Excavation — surface the thinkers, ideas, and problems that shape the user's thinking.
- Research expansion — research named thinkers via
sage; surface core worldview + key concepts.
- Synthesis & mission — refract patterns/contrasts via
prism; iterate a mission statement until the user owns it.
- Core idea crystallization — identify 3–5 "book-worthy" ideas with synthesis, articulation, and depth tests.
- Blueprint write —
scribe writes a permanent blueprint note to the vault.
The skill orchestrates four existing spokes (archivist for vault mining, sage for research, prism for synthesis, scribe for the blueprint write). It owns the Q&A flow, approval gates, and synthesis turns itself.
When the user has prior brand artifacts in their vault, the skill enters a refine branch (deepen / update existing) rather than re-excavating from scratch.
Scope
In scope
- New skill at
plugins/athena-notes/skills/find-perspective/SKILL.md
- Phase 0 vault scan via
archivist to detect prior brand/identity artifacts
- Phase 0 conversational prompt asking the user about active publication/streaming gates; surface in the blueprint's Next Steps
- Refine-vs-fresh branch based on Phase 0 findings
- Approval gates before mission lock-in (Phase 3) and before the vault write (Phase 5)
- Output: single Markdown note in the user's vault, structured with Mission / Stakes / Vision / Core Ideas (with synthesis tables) / Source Thinkers / Content Development Sequence / Anti-Vision / Next Steps
- Single SKILL.md with phased flow internally (matches
weekly-planning, meeting-sync, issue-create, issue-work precedent)
Out of scope
- A new spoke. The work composes cleanly across four existing spokes, and
AGENTS.md says interactive Q&A flows live in skills, not spokes
- Modifying or replacing the brand-voice plugin (different surface — that plugin operationalizes existing voice)
- Extending
~/.claude/athena/identity.md schema. Identity stays config; the blueprint is a vault note
- Daily-rhythm integration. This is a "run once, refine occasionally" skill, not part of the daily loop
- Auto-detection of publication/streaming gates from memory or identity. Phase 0 asks the user; auto-detection is deferred until a convention crystallizes
Implementation hints
- Pattern references in this repo:
weekly-planning (Q&A + scout + scribe) and meeting-sync (Q&A with approval gates + archivist + scribe per spin-off). Both are good shape templates for the orchestration needed here.
prism's existing remit (paradox / hidden patterns / unnamed concepts / sharp contrasts) covers Phase 3's synthesis pass without modification — confirm during implementation.
- Phase 1 ingest should accept pasted raw material (transcripts, highlights, notes) and feed it to
archivist for pattern mining alongside the user's vault.
- Long session length is a real risk. Consider checkpointing the draft after Phase 2 or 3 so the user can resume across sessions.
Acceptance criteria
Open questions
None outstanding at scoping time.
Problem / Motivation
Athena Notes has no skill that helps a user discover and articulate their intellectual signature — the thinkers, ideas, and experiences that shape their worldview, the mission that ties them together, and the 3–5 core ideas they could build a body of work around.
Closest analogs are partial:
prismdoes pattern/contrast/naming refraction but produces no artifact and isn't phase-gatedweekly-planning,session-review, andworkday-planningtouch on themes but never excavate worldview or produce a positioning blueprintA user wanting this capability today has to paste an external prompt (e.g. Dan Koe's "Perspective Architect", Jan 2026) into a chat, with no integration with their vault, prior brand artifacts, or Athena's spoke-based research/synthesis/capture pipeline.
Proposed behavior
A new skill,
find-perspective, that runs a guided multi-phase Q&A flow:sage; surface core worldview + key concepts.prism; iterate a mission statement until the user owns it.scribewrites a permanent blueprint note to the vault.The skill orchestrates four existing spokes (
archivistfor vault mining,sagefor research,prismfor synthesis,scribefor the blueprint write). It owns the Q&A flow, approval gates, and synthesis turns itself.When the user has prior brand artifacts in their vault, the skill enters a refine branch (deepen / update existing) rather than re-excavating from scratch.
Scope
In scope
plugins/athena-notes/skills/find-perspective/SKILL.mdarchivistto detect prior brand/identity artifactsweekly-planning,meeting-sync,issue-create,issue-workprecedent)Out of scope
AGENTS.mdsays interactive Q&A flows live in skills, not spokes~/.claude/athena/identity.mdschema. Identity stays config; the blueprint is a vault noteImplementation hints
weekly-planning(Q&A + scout + scribe) andmeeting-sync(Q&A with approval gates + archivist + scribe per spin-off). Both are good shape templates for the orchestration needed here.prism's existing remit (paradox / hidden patterns / unnamed concepts / sharp contrasts) covers Phase 3's synthesis pass without modification — confirm during implementation.archivistfor pattern mining alongside the user's vault.Acceptance criteria
plugins/athena-notes/skills/find-perspective/SKILL.mdexists and is registeredsagescribeOpen questions
None outstanding at scoping time.