Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

slop-janitor

slop-janitor에는 grp06에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
83
업데이트
2026-05-04
Forks
4
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

complete-goals
기타 컴퓨터 관련 직업

Execute an approved .agent/goals plan through slop-janitor's goal runner, defaulting to .agent/goals/active when no explicit plan path is provided.

2026-05-04
create-goals
프로젝트 관리 전문가

Turn a freeform idea, brief, or discussion into a durable sequential goal plan under .agent/goals/ for later execution by slop-janitor goals run.

2026-05-04
create-meta-plan
프로젝트 관리 전문가

Create a long-horizon meta-plan from a user brief, PRD, RFC, or dictated discussion. Use when the user wants to capture a multi-slice project in a durable parent artifact before creating child ExecPlans.

2026-05-04
execplan-create
프로젝트 관리 전문가

Create an ExecPlan from a locked refactor decision, PRD, RFC, or detailed problem statement, following the repo's PLANS.md. Use when the user asks for an exec plan, execution plan, or ExecPlan, or wants a decided refactor turned into a step-by-step plan.

2026-05-04
review-recent-work
소프트웨어 품질 보증 분석가·테스터

Review the latest implemented work item or completed ExecPlan with fresh eyes, fix obvious issues immediately, rerun verification, and record the result. Prefer the new `.agent/work/` workflow, but preserve backward-compatible support for older `.agent/done/` ExecPlans.

2026-05-04
execplan-improve
소프트웨어 개발자

Read an existing ExecPlan, deeply analyze every referenced file and code path, and rewrite the plan with concrete, code-grounded improvements. Prefer work-item plans under `.agent/work/`, while preserving backward-compatible support for older singleton plan files.

2026-04-21
execplan-improve-subagents
기타 컴퓨터 관련 직업

Improves an existing ExecPlan with a two-wave subagent workflow: first specialized reviewers audit factual accuracy, adjacent code, design quality, validation, and self-containment, then closure reviewers hunt residual gaps after a provisional rewrite before the parent produces the final plan. Use when the user asks to improve an execplan with subagents, audit a plan using parallel reviewers, strengthen an execplan via delegation, or says "execplan-improve-subagents".

2026-04-21
find-refactor-candidates
소프트웨어 개발자

Search a repo for the top 3-5 materially different refactor opportunities, record the evidence for each, and create a work item for later selection and planning. Use when the user wants the best refactor, highest-leverage cleanup, architectural simplification, boundary extraction, duplication removal, or a shortlist of strong refactor options before choosing one.

2026-04-21
implement-execplan
소프트웨어 개발자

Execute an ExecPlan from a work item under `.agent/work/` or, when necessary, from the older singleton `.agent/execplan-pending.md` flow. Use when the user asks to implement a plan, execute the pending plan, or resume blocked implementation work.

2026-04-21
review-recent-work-subagents
소프트웨어 품질 보증 분석가·테스터

Run a two-wave subagent review-and-fix pass on the most recently implemented ExecPlan or a user-specified completed ExecPlan. Specialized reviewer agents inspect contract correctness, regression surface, failure modes, state lifecycle, ownership, validation, and simplicity boundaries, then closure agents audit the synthesized fix plan. The parent agent implements the selected fixes, reruns verification, and reports the result. Use when you want post-implementation review after an ExecPlan lands, want independent review lanes that report back to the main agent, or want an Ousterhout-focused fresh-eyes audit that ends in concrete fixes.

2026-04-21
select-refactor
소프트웨어 개발자

Read a refactor candidate shortlist, pressure-test the leading options with cheap repo evidence, and lock the final refactor choice in a work item before planning. Use when the user wants the best refactor chosen from a shortlist, wants the current favorite challenged, or wants a final decision before creating an ExecPlan.

2026-04-21