Execute a complex feature with fresh context per sub-task to prevent quality degradation
From atum-systemnpx claudepluginhub arnwaldn/atum-system --plugin atum-systemThis skill uses the workspace's default tool permissions.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Integrates PayPal payments with express checkout, subscriptions, refunds, and IPN. Includes JS SDK for frontend buttons and Python REST API for backend capture.
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: