Skip to main content
Run any Skill in Manus
with one click
rsmdt
GitHub creator profile

rsmdt

Repository-level view of 40 collected skills across 2 GitHub repositories.

skills collected
40
repositories
2
updated
2026-05-07
repository explorer

Repositories and representative skills

implement-direct
software-developers

Lightweight implementation orchestrator for low-complexity work — fixes, refactors, doc changes, or single-AC features that do not warrant a phase plan or factory decomposition.

2026-05-07
implement-incremental
software-developers

Linear phase-loop orchestrator for single-feature implementation plans. Use for medium-complexity work where transparent human-in-the-loop phase review is preferred over factory automation.

2026-05-07
implement
software-developers

Implementation entry point. Use to execute a completed specification. Auto-detects the decomposition tier (Direct, Incremental, or Factory) from spec artifacts and dispatches to the matching execution sub-skill.

2026-05-07
specify-incremental
software-developers

Decompose a single-feature specification into a linear, phase-by-phase implementation plan. Use this for medium-complexity work — single feature, one or two components — where transparent human-in-the-loop phase review is preferred over factory automation.

2026-05-07
specify-meta
software-developers

Scaffold, status-check, and manage specification directories. Use when creating a new spec, reading spec status, transitioning between phases, or logging decisions on a spec in .start/specs/.

2026-05-07
specify
software-developers

Create a comprehensive specification from a brief description. Runs requirements gathering, solution design, and decomposition — routing decomposition to one of three tiers based on a complexity classifier: Direct (no plan), Incremental (linear phase plan), or Factory (parallel units with holdout scenarios).

2026-05-07
implement-factory
software-developers

Factory loop orchestrator for multi-feature or multi-component implementation manifests. Use for high-complexity work with parallel-eligible workstreams and holdout-scenario evaluation.

2026-05-07
specify-factory
software-developers

Decompose a multi-feature or multi-component specification into factory-consumable artifacts. Use this for high-complexity work — multiple features, three or more components, or parallel-eligible workstreams.

2026-05-07
Showing top 8 of 36 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded