Skip to main content

xoai/sage

SkillsMP は xoai/sage から 76 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
76
GitHub スター
26
GitHub フォーク
7

収集済み skill 76 件中 40 件を表示しています。

職業分類
ソフトウェア品質保証アナリスト・テスター
説明

When --quality-locked is active, loop review/revise at each Quality Gate until findings reach a clean bar (no Critical, no Major, only cosmetic Minor) or the iteration cap (10) is reached. Uses a deterministic Python checker for classification and decision…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use after implementation passes the quality gates, when a change needs an independent pass over the code before it ships, or when the user asks to "QA this", "check the implementation", or "verify it matches the spec". Applies to Standard and Comprehensive…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Configure Sage preset and project settings. Switch between base, startup, enterprise, or opensource constitution presets. Use when the user says "configure sage", "change preset", or "sage settings".

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Captures and recalls durable context for AI agents — architecture decisions, user preferences, debugging insights, conventions, anything worth remembering across sessions. Teaches the agent when to remember (store findings during work), when to recall (search…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Typed knowledge graph for any AI agent that needs structure — entity relationships, dependency chains, code-symbol graphs (with 0.11+ scan-codebase), task/project links, supersession chains. Use when creating or querying structured entities (Person, Project,…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Detects mistakes, stores prevention rules, promotes them across scope — the 'experience' layer for any AI agent that recurringly hits the same bugs, miscommunications, or wrong-tool choices across sessions. Use when: (1) a command or operation fails…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use when the user picks [A] Review at a spec/plan/ADR/root-cause/fix-plan checkpoint, or asks for an independent review before implementation begins. Applies to Standard and Comprehensive scopes with the Task tool available; Lightweight tasks skip.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Use as the code-quality gate after spec-compliance and constitution checks pass, or when the user says "review my code", "quality check", "security review", or "is this code good". Runs as an independent sub-agent when the Task tool is available.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Adversarial review verifying implementation matches its specification — checks completeness (nothing missing) and precision (nothing extra). Distrusts the implementer's self-report. Use after implementation, or when the user says "check against spec", "does…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Drives task-by-task execution from an approved plan with quality gates between each task. Reads the plan, finds the next incomplete task, dispatches implementation, validates, updates progress, and continues. Use after a plan is approved and the user says…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Parses workflow flags (--quality-locked, --autonomous, --subagents) from $ARGUMENTS at the start of /build and /architect commands. Uses a deterministic python3 runtime with a prose-rule fallback if python3 is unavailable. Returns a strict JSON contract that…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates implementation plans from specifications by breaking work into small tasks (2-5 min each) with exact file paths, tests, and dependency ordering. Use after a spec is approved and before implementation begins, or when the user says "create a plan",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Session resumption with context

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Socratic questioner — helps clarify the real problem before jumping to solutions. Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Systems thinker — sees boundaries, trade-offs, and second-order consequences. Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Optimized codebase on dedicated branch, Iteration log

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Brief (medium+ tasks), Spec, Implementation plan

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Routes free-input requests to the right Sage workflow phase when keyword routing doesn't match. Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Session resumption with context

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Methodical investigator — follows evidence, resists guessing, finds root causes. Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Pragmatic implementation persona — values working software, simplicity, and TDD. Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Root cause diagnosis with evidence, Reproducing test, Minimal patch

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Knowledge entries in sage-memory, Docs in .sage/docs/

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Cycle review, Learnings with prevention rules, Next-cycle seeds

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Review report with strengths, issues, risks, verdict

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Independent READ-ONLY reviewer for Sage artifacts (spec, plan, ADR, root cause, fix plan, QA). Invoke via delegate_task.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Routes to the right workflow based on intent and scope

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Monitors implementation scope and prevents drift beyond the plan. Detects unrequested refactors, gold-plating, and "while I'm here" additions. Use when implementing tasks from a plan, writing code for a feature, or when the agent starts modifying files not…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Enforces test-driven development: write failing test, write minimal code to pass, refactor. Mandatory for all implementation work. Use when writing any production code, implementing features, fixing bugs, refactoring, or when the user says "write code",…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Preserves and restores context across agent sessions using plan file checkboxes as source of truth. Use when starting a new session, resuming previous work, ending a session, or when the user says "continue from last time", "what was I doing", or "save…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Architecture Decision Records, System spec, Milestone plan

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Brief (medium+ tasks), Spec, Implementation plan

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Root cause diagnosis with evidence, Reproducing test, Minimal patch

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Presenting work for approval and formatting the response footer. Use when reaching an approval gate, showing a spec, plan, brief, or finished deliverable, offering the user choices, or when unsure which zone footer a response should end with.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

The project's engineering principles and non-negotiable process rules. Use when asking whether something is allowed, what the project's principles or conventions are, why a rule exists, or when a decision seems to conflict with the constitution.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Recording decisions in the right log. Use when a decision needs to be written down, when the user asks why something was decided, when writing an ADR or a decision entry, or when unsure whether something belongs in the initiative's log or the global one.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sage's quality gates and the file checks each workflow must pass. Use when an edit was blocked, when asking why a hook stopped you, when a gate fails or reports UNVERIFIABLE, before claiming work is done, or when you need the spec/plan preconditions for…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Choosing which Sage workflow fits a request. Use when the user asks what to run, which command or workflow to use, where to start, or when a request is ambiguous or spans multiple surfaces and needs to be routed to build, fix, architect, review, learn,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sizing a task before doing it. Use when the user asks which tier a task is, how big or small a change is, whether something needs a spec or a plan, whether to just do it or slow down, or when deciding how much process a piece of work deserves.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Sage's persistent memory. Use when the user says remember this, store this, don't forget, note for next time, what do we know about X, have we seen this before — and whenever the user corrects you, an approach fails repeatedly, or you discover a non-obvious…

原文の言語: 英語

更新
収集済み skill 76 件中 40 件を表示しています。