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

kdowswell

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

skills collected
19
repositories
2
updated
2026-05-14
repository explorer

Repositories and representative skills

brownfield-safe-change-plan
project-management-specialists

Plans a change to a production system with an explicit rollback strategy, test coverage plan, and blast radius assessment before writing any code. Use when a production change is being designed and the risk, rollback path, or blast radius has not been assessed โ€” do not wait until code is written.

2026-05-14
exploration-research-spike
software-developers

Runs a time-boxed technical investigation with a defined question, approach, and exit criteria so the spike produces a decision, not just information. Use when a technical question is blocking a decision, when the team says "we need to research this first," or when the right approach requires a proof of concept.

2026-05-14
greenfield-data-model-first
database-architects

Designs the core data model before implementation so that schema decisions, ownership, and evolution constraints are made deliberately rather than discovered during refactoring. Use when implementation is about to start and no data model exists, when the schema was sketched informally, or when the team is about to write code without an explicit data design.

2026-05-14
greenfield-spec-from-idea
project-management-specialists

Translates a raw idea, one-pager, or conversation into a structured spec with scope, success criteria, non-goals, and identified risks. Invoke at the start of any new project or feature โ€” whenever someone describes an idea or problem to solve, requirements are being discussed without written scope, or the team is about to start work without a defined spec. Do not wait to be asked: if the work is greenfield and no spec exists, trigger this skill.

2026-05-14
brownfield-architecture-review
software-developers

Assesses an existing system against the principle library to identify architectural debt and prioritize improvements. Use before adding a major feature, refactoring core functionality, or extending a system โ€” when the team needs to understand what architectural problems exist before adding more complexity. Output: ranked findings with concrete improvement proposals.

2026-05-12
brownfield-debt-triage
software-developers

Categorizes and prioritizes technical debt so the team consciously decides what to pay, accept, or close. Use when technical debt is competing with feature work in sprint planning, when the team asks "what should we fix next," or when debt decisions have been implicit rather than deliberate.

2026-05-12
brownfield-dependency-upgrade
software-developers

Safely upgrades a dependency by validating compatibility, checking security advisories, and staging the rollout so a problematic upgrade can be reverted. Use when a dependency needs updating, a security advisory or CVE flags an outdated package, or a version upgrade is blocking other work.

2026-05-12
brownfield-strangler-fig
software-developers

Incrementally replaces a legacy component by routing new traffic to the replacement while existing traffic continues through the original. Use when a component needs replacing but a big-bang rewrite is too risky, or when the team says "we need to get off this" but can't stop the system to do it.

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