Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

logic-patterns

logic-patterns には integrii から収集した 18 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 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