Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

mister-anderson

mister-anderson 收录了来自 websublime 的 20 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
20
Stars
3
更新
2026-06-16
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

core-loop
项目管理专家

Enforces staged execution discipline on large tasks: a written stage plan, parallel delegation where the runtime supports it, a failable verification check at each stage, and a skeptical self-review before delivery. Trigger when the user explicitly asks ("do this thoroughly", "be systematic", "deep work mode") OR when the task objectively spans multiple files, multiple sources, or multiple sessions. Do NOT trigger on ordinary multi-step requests that a direct attempt handles fine.

2026-06-16
setup
软件开发工程师

Bootstrap project orchestration with beads task tracking.

2026-05-19
subagents-discipline
软件开发工程师

Core engineering principles for implementation tasks

2026-05-19
tasks
项目管理专家

Create beads from a spec (full decomposition) or from user input (ad-hoc issues). Single entry point for all bead creation.

2026-05-19
do
软件开发工程师

Dispatch the implementation supervisor for a bead task. Resolves the correct supervisor from the assignee field, checks branch state, and dispatches with full context.

2026-05-14
quality
软件质量保证分析师与测试员

QA finalization gate — validates spec conformity, runs tests/build/lint, produces a structured QA report. Auto-dispatches the supervisor for rework on FAIL. Last gate before human merge.

2026-05-14
review
软件质量保证分析师与测试员

Code review gate — dispatches the code-reviewer agent to analyze an implementation branch, tracks findings, and auto-dispatches the supervisor for rework when verdict is NEEDS-REWORK.

2026-05-14
update
软件开发工程师

Update mister-anderson plugin and clean up legacy local copies that are now provided by the plugin system.

2026-04-16
specification
项目管理专家

Stage 2 orchestrator — guides Specification for a phase: plan → research → spec → tasks. Requires a phase number. Scans phase artifacts, skips completed steps, dispatches sub-skills in sequence.

2026-04-15
architecture
软件开发工程师

Create high-level product architecture — system design, tech stack, structural decisions. Stage 1 only. For phase specs use /spec.

2026-04-15
workflow
软件开发工程师

Meta-orchestrator — shows project state across all 3 stages, suggests next step, and routes to stage orchestrators or individual skills.

2026-04-15
add-supervisor
软件开发工程师

Create a new implementation supervisor for a specific technology. Invokes the Discovery agent in on-demand mode to fetch, filter, and inject the beads workflow into a specialist agent. Use when adding a new tech stack to the project (e.g., new package in monorepo).

2026-04-15
investigate
软件开发工程师

Dispatch codebase investigation for a bead task. Resolves bead context, runs the research agent, and flags spec drift before implementation.

2026-04-15
plan
项目管理专家

Create a phase/feature plan that scopes work, defines high-level tasks, and identifies dependencies. Dispatches Ada for planning.

2026-04-15
requirements
项目管理专家

Transform a raw idea into a structured PRD (Product Requirements Document). Dispatches Grace (product-manager) to elicit, structure, and validate requirements.

2026-04-15
research
软件开发工程师

Validate technical assumptions from the plan against real APIs, libraries, and codebase before spec creation. Dispatches Smith to produce structured research docs.

2026-04-15
spec
项目管理专家

Create a detailed technical spec grounded in validated research. Dispatches Ada with PRD + Plan + Research as inputs. Only after plan and research exist.

2026-04-15
implementation
软件开发工程师

Stage 3 orchestrator — guides Implementation for a phase: shows task progress, routes through investigate → do → review → quality per task.

2026-04-15
product
项目管理专家

Stage 1 orchestrator — guides Product Discovery: manifesto → requirements → architecture. Scans artifacts, skips completed steps, dispatches sub-skills in sequence.

2026-04-15
manifesto
项目管理专家

Guide the creation of a product manifesto — vision, principles, and governing laws that shape all downstream decisions.

2026-04-15