LearnNewsExamplesServices
Frontmatter
id8925
titleEpic: Implement Specialized Agent Workflows (.agent/workflows/)
stateOpen
labels
documentationepicdeveloper-experienceai
assignees[]
createdAtJan 31, 2026, 4:39 PM
updatedAtJan 31, 2026, 4:39 PM
githubUrlhttps://github.com/neomjs/neo/issues/8925
authortobiu
commentsCount0
parentIssuenull
subIssues
8929 Feat: Implement Unit Test Agent Workflow (.agent/workflows/unit-test.md)
subIssuesCompleted1
subIssuesTotal1
blockedBy[]
blocking[]

Epic: Implement Specialized Agent Workflows (.agent/workflows/)

Opendocumentationepicdeveloper-experienceai
tobiu
tobiu commented on Jan 31, 2026, 4:39 PM

Create a system of specialized "Startup Profiles" for AI agents to optimize context usage and focus.

Directory Structure: /.agent/workflows/

Planned Profiles:

  1. unit-test.md: Loads Neo.mjs, Base.mjs, and UnitTesting.md. Focuses on logic verification.
  2. component-test.md: Loads ComponentTesting.md and Browser-specific context. Focuses on interaction.
  3. architect.md: Loads VISION.md, ROADMAP.md. Focuses on high-level planning.
  4. doc-gardener.md: Focuses on finding and fixing missing JSDoc.

Action:

  • Create the folder structure.
  • Draft the initial MD files for each profile.
  • Document how to invoke them (e.g., "Initialize as [Profile Name]").
tobiu added the documentation label on Jan 31, 2026, 4:39 PM
tobiu added the epic label on Jan 31, 2026, 4:39 PM
tobiu added the developer-experience label on Jan 31, 2026, 4:39 PM
tobiu added the ai label on Jan 31, 2026, 4:39 PM
tobiu added sub-issue #8929 on Jan 31, 2026, 10:16 PM