Execute a complex feature with fresh context per sub-task to prevent quality degradation
Execute complex features by decomposing them into atomic sub-tasks, each running in a subagent with a fresh 200k token context window.
When this skill is invoked:
Read the user's feature request from: $ARGUMENTS (or ask if not provided)
Launch the fresh-executor agent to handle the decomposition and execution:
Use the Agent tool with:
- subagent_type: "fresh-executor"
- prompt: The full feature request with any context the user provided
- description: "Fresh execute: [brief summary]"
/fresh-execute Add JWT authentication with login, signup, and password reset endpoints to the Flask API
The agent will: