Skip to main content
marktoda
GitHub 제작자 프로필

marktoda

2개 GitHub 저장소에서 수집된 18개 skills를 저장소 단위로 보여줍니다.

수집된 skills
18
저장소
2
업데이트
2026년 5월 28일
저장소 탐색

저장소와 대표 skills

brainstorm-design
소프트웨어 개발자

Use before code when brainstorming a feature, refactor, or architecture change. Reads the substrate the codebase already has, captures current scope and future pressure separately, proposes 2–4 design options grounded in that substrate, then attacks each…

2026년 5월 28일
cohesively
소프트웨어 개발자

Use when the user wants to plan, refactor, design, brainstorm, audit, or review code in a way that should preserve specs, behavior matrices, named invariants, semantic linters, gotchas, architectural seams, tests, and future product direction. The Cohesive…

2026년 5월 28일
discover-substrate
소프트웨어 개발자

Use when starting substrate-first Cohesive work — before brainstorming a refactor, rewriting specs, or running a cohesion review — to inventory what specs, behavior matrices, named invariants, gotchas, semantic linters, CI checks, and local commands the…

2026년 5월 28일
implement-cohesively
소프트웨어 개발자

Use after either validate-rewrite has returned Approved on a spec rewrite (standard mode) or rewrite-specs has landed an extension rewrite directly on a branch (extend mode), when the user wants to land code that makes the rewrite true. Drives a single-pass…

2026년 5월 28일
init
소프트웨어 개발자

Use when starting Cohesive on a codebase that has no Cohesive substrate yet — implicit substrate exists in comments, test names, branchy code, and conventions, but no named invariants, behavior matrices, or gotcha docs. Init scans for proto-substrate signals,…

2026년 5월 28일
rewrite-specs
소프트웨어 개발자

Use after brainstorm-design has produced an approved direction and before any code is written. Hard-rewrites design docs, specs, behavior matrices, invariants, gotchas, and substrate maps to describe the chosen end state as if it were already true — not as…

2026년 5월 28일
validate-rewrite
소프트웨어 개발자

Use after rewrite-specs has produced rewrite commits on a `design/<slug>` branch, before implementation. Runs a fresh-eyes review of rewritten docs/specs (reading the git diff directly) in a separate agent context that did not participate in the design…

2026년 5월 28일
using-cohesive
소프트웨어 개발자

Use when starting work in a codebase where substrate-first thinking applies — designing a feature, refactor, or architecture change that touches behavior or invariants; extending an existing concept (add a leaf to an enum, a row to a matrix, a sibling case);…

2026년 5월 28일
수집된 skill 11개 중 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다