brutal-agent/SKILL.md
Orchestrate subsystem-by-subsystem project hardening by combining brutal-project-review and task-worker in a strict loop: review one subsystem, create CRITICAL/MAJOR tasks, run all tasks to completion, then move to the next subsystem. Continue full review/task passes until a complete pass finds no new CRITICAL/MAJOR issues. Use when the user wants both deep subsystem review and autonomous task execution with no instruction loss.
npx skillsauth add sssemil/skills brutal-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run a strict orchestration loop that combines these two skills without dropping any instructions:
/home/user/.codex/skills/brutal-project-review/SKILL.md/home/user/.codex/skills/task-worker/SKILL.mdSKILL.md files in full before starting./home/user/.codex/skills/brutal-project-review/SKILL.md/home/user/.codex/skills/task-worker/SKILL.mdTARGET.md in the project root directory.TARGET.md exists, read it in full and treat it as required planning context.workspace/tasks/in-progress/workspace/tasks/todo/task-worker exactly as specified, until it reports no more tasks.done once.workspace/review-state/manifest.json and record:
pass_started_atpass_baseline_tasks_created = len(tasks_created) (use 0 if manifest does not yet exist)brutal-project-review exactly as specified.task-worker exactly as specified.workspace/tasks/todo/workspace/tasks/in-progress/task-worker.brutal-project-review manifest state.pass_new_tasks = len(tasks_created) - pass_baseline_tasks_created.pass_new_tasks > 0, start another pass:
pass_new_tasks == 0, go to Step 5.task-worker pass to ensure no residual tasks remain.pass_new_tasks == 0 (no new CRITICAL/MAJOR issues found)0)When this skill says “run brutal-project-review” or “run task-worker”, it means:
This skill only defines the macro-ordering loop:
tools
Autonomous Linear task worker that selects Linear issues, implements them with TDD, self-reviews, commits, pushes, and moves finished work to In Review.
tools
Systematically reviews a project subsystem-by-subsystem with resumable .brutal-workspace state and creates Linear review finding issues for CRITICAL and MAJOR problems.
development
Collaborative, multi-perspective feature planning with rigorous requirements interrogation. Creates Linear project documents and Linear issues instead of local workspace plan/task files.
documentation
Compact the current conversation into a handoff document for another agent to pick up.