Custom AI agents for StackShift tasks. These agents are included with the plugin so users don't need external dependencies.
Generates technical documentation and specifications for StackShift development workflows.
/plugin marketplace add jschulte/stackshift/plugin install jschulte-stackshift@jschulte/stackshiftCustom AI agents for StackShift tasks. These agents are included with the plugin so users don't need external dependencies.
Purpose: Generate technical documentation and specifications
Use cases:
Specialization:
Purpose: Deep codebase analysis and extraction
Use cases:
Specialization:
StackShift agents are automatically available when the plugin is installed. Skills can invoke them for specific tasks:
// In a skill
Task({
subagent_type: 'stackshift:technical-writer',
prompt: 'Generate feature specification for user authentication...'
})
✅ Self-contained - No external dependencies ✅ Optimized - Tuned for StackShift workflows ✅ Consistent - Same output format every time ✅ Reliable - Don't break if user doesn't have other plugins
Each agent has:
AGENT.md - Agent definition and instructionsThese follow Claude Code's agent specification format.
Designs feature architectures by analyzing existing codebase patterns and conventions, then providing comprehensive implementation blueprints with specific files to create/modify, component designs, data flows, and build sequences