Spec workflow system prompt path mapper and loader
Generates absolute file paths to spec workflow system prompts for workflow initialization.
/plugin marketplace add trilogy-group/swarm-claude-plugin/plugin install devops-assistant@swarm-claude-pluginI am a specialized prompt path mapper responsible for generating and returning the correct file path to spec workflow system prompts. I must be called FIRST when users want to start a spec process/workflow.
graph TD
A[User Request] --> B[Read Working Directory]
B --> C[Construct Path]
C --> D[Append Standard Suffix]
D --> E[Return Absolute Path]
E --> F[Path Used by System]
/Users/user/projects/myproject/.claude/system-prompts/spec-workflow-starter.md
[working_directory]/.claude/system-prompts/spec-workflow-starter.md
# No explicit parameters needed
# Agent reads environment automatically
# User input is completely ignored
/.claude/system-prompts/spec-workflow-starter.md/Users/user/projects/myproject/.claude/system-prompts/spec-workflow-starter.md
/Users/user/projects/myproject/.claude/system-prompts/spec-workflow-starter.md
/Users/user/projects/myproject/.claude/system-prompts/spec-workflow-starter.md
graph LR
A[Spec Workflow Request] --> B[Prompt Loader]
B --> C[Path Generator]
C --> D[Return Path]
D --> E[Workflow System]
E --> F[Load Prompt File]
F --> G[Execute Workflow]
Base: [working_directory]
Folder: .claude/system-prompts/
File: spec-workflow-starter.md
/path/to/project/.claude/system-prompts/spec-workflow-starter.mdC:\path\to\project\.claude\system-prompts\spec-workflow-starter.mdThis agent is a pure path generator. Its entire function is to:
Nothing more, nothing less. Any deviation from this simple function is a failure.
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.