worker-focused-execution
Focused task execution for persistent team workers. Use when implementing features, following scope constraints, using TDD red-green-refactor, validating with browser/API/unit tests, or participating in voting consensus. Triggers on worker execution, feature implementation, scope enforcement, TDD, red-green-refactor, validation, superpowers skills, verification before completion.
npx skills add majiayu000/claude-skill-registry --skill worker-focused-execution --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Worker Focused Execution Skill ## Purpose Execute tasks with complete focus, strict scope adherence, and mandatory verification. Workers are persistent teammates in a Claude Code Agent Team. You claim tasks from the shared TaskList, implement them, report completion, and check for more work. **Core Principle**: Claim a task. Complete it fully. Never exceed scope. Verify before marking done. Check for more work. --- ## 🧠 Serena Integration (MANDATORY) ### Mode Activation Set Serena mode at the start of every feature execution: ```python # For implementation work (DEFAULT) mcp__serena__switch_modes(["editing", "interactive"]) ``` ### Checkpoint Protocol | Checkpoint | When | Tool | Purpose | |------------|------|------|---------| | Context Validation | After step 2 (read assignment) | `think_about_collected_information` | Ensure scope, validation criteria, and dependencies are understood | | Task Adherence | Every 5 tool calls | `think_about_task_adherence` | Prevent scope creep, stay within boundaries | | Completion Gate | Before step 8 (verification-before-completion) | `think_about_whether_you_are_done` | Prevent premature completion claims | ### Integrated Execution Flow ``` 1
- Purpose
- 🧠 Serena Integration (MANDATORY)
- Mode Activation
- Checkpoint Protocol
- Integrated Execution Flow
- Quick Reference
- Required Powers
- Model Hierarchy
- Completion Checklist
- Execution Flow
- Worker Lifecycle
- Lifecycle States
- Task Claiming Rules
- After Completing a Task
Health check curl http://localhost:8000/health Test endpoint curl -X POST http://localhost:8000/my-project \ Frontend npm run test -- --testPathPattern="ComponentName" Backend pytest tests/test_specific.py -v Check what files you modified git diff --name-only
What does the worker-focused-execution skill do?
Focused task execution for persistent team workers. Use when implementing features, following scope constraints, using TDD red-green-refactor, validating with browser/API/unit tests, or participating in voting consensus. Triggers on worker execution, feature implementation, scope enforcement, TDD, red-green-refactor, validation, superpowers skills, verification before completion.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill worker-focused-execution --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
