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

logic-patterns

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

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

이 저장소의 skills

five-whys
소프트웨어 개발자

Use when investigating root cause with the Five Whys method: gather evidence across the full problem space, ask five explicit why questions in sequence, and answer each why with a Because line that connects each cause to the prior answer.

2026-07-04
github-release-builds
소프트웨어 개발자

Use when adding or repairing GitHub Actions release automation that builds multi-arch container images on semver tags, pushes them to GitHub Container Registry, updates example healthcheck manifests, creates GitHub releases, and documents the tag-only release process in RELEASE.md.

2026-06-09
bifurcate
소프트웨어 개발자

Use for complex, multi-factor incidents. Recursively split causes into binary branches, pursue one path to a single concrete fix, then backtrack through sibling branches and implement fixes one at a time until the issue-level check passes.

2026-06-02
session-review
기타 컴퓨터 관련 직업

Use when you need to convert session history into reusable, repo-specific workflow skills from repeated service-specific discovery.

2026-05-31
architecture-decision-records
소프트웨어 개발자

Use when adding, updating, or consulting repository-local `ADR.md` architecture decisions. Keep ADR authority user-owned and ensure planning flows load `./ADR.md` via `AGENTS.md`.

2026-05-31
architecture-spec
소프트웨어 개발자

Use only at workspace root in a multi-service repo with authoritative `ARCHITECTURE.md` when deciding cross-repo ownership, compatibility, or service-to-service contracts. Do not use for service-local `SPEC.md` work.

2026-05-31
centralized-fix-selection
소프트웨어 개발자

Use when deciding whether a behavior change belongs in centralized policy, a shared abstraction, or a local call site. Prefer narrow high-leverage shared fixes for cross-cutting behavior.

2026-05-31
ephemeral-testing
소프트웨어 품질 보증 분석가·테스터

Use when standing up a full local multi-service test stack for cross-service validation, with shared dependencies, deterministic namespaces, and controlled test lifecycle.

2026-05-31
implement-plan
소프트웨어 개발자

Use when the user invokes `development-patterns:implement-plan`, `$development-patterns:implement-plan`, or asks to implement, continue, or finish an existing plan checklist end-to-end. Executes the plan through code changes, required SPEC.md alignment, GPT-5.5 medium implementation subagents, targeted validation, `$logic-patterns:adversary-loop`/`$logic-patterns:gaslight-loop` review loops, final build/e2e gates, and `$development-patterns:plan-checklists` archival.

2026-05-31
plan-checklists
소프트웨어 개발자

Use when creating, maintaining, or closing markdown checklist plans for implementation work. Follow repo AGENTS storage policy: by default, place active plans under `.plans/$REPONAME/in-progress/$PLANNAME` and completed plans under `.plans/$REPONAME/completed/YYYY-MM-DD/$PLANNAME`.

2026-05-31
spec-driven-development
소프트웨어 개발자

Use when creating or updating a repository-local `SPEC.md` that defines desired-state behavior, contracts, and implementation constraints for that repo. Not for cross-repo architecture work.

2026-05-31
1-3-1
소프트웨어 개발자

Use when a problem needs fast candidate generation and narrowing: run 3 independent fix proposals, compare by constraints/risk/complexity, then execute one selected path.

2026-05-31
adversary-loop
소프트웨어 개발자

Use when the user explicitly invokes `$logic-patterns:adversary-loop` for an adversarial review pass. Compare implementation or plans for correctness, regressions, spec/AGENTS alignment, and factual risk; fix only significant findings and repeat until clean.

2026-05-31
first-principles-rebuild
소프트웨어 개발자

Use when you need to re-derive a solution from specification fundamentals, then plan a concrete reimplementation with preserved implementation requirements and explicit simplification.

2026-05-31
gaslight-loop
소프트웨어 개발자

Use when the user explicitly invokes `$logic-patterns:gaslight-loop` for a local self-review loop. Assume bugs may exist, find-and-fix cycles, and repeat validation until findings are resolved.

2026-05-31
greyhat
정보 보안 분석가

Use for an adversarial security review loop focused on vulnerabilities, compliance, data safety, intrusion resistance, and endpoint hardening before implementation closes.

2026-05-31
make-a-plan
소프트웨어 개발자

Use when a task requires an implementation plan: repeatedly add major missing details, then simplify while preserving required outcomes and critical fixes.

2026-05-31
multidimensional-planning
소프트웨어 개발자

Use when creating an implementation plan by asking structured questions across orthogonal design vectors so no major planning dimension is missed.

2026-05-31