Skip to main content

xoai/sage

SkillsMP 已收集 xoai/sage 中的 76 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
76
GitHub 星标
26
GitHub Forks
7

已展示 40 / 76 个已收集 Skill。

职业分类
软件质量保证分析师与测试员
描述

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…

原文语言:英语

更新
已展示 40 / 76 个已收集 Skill。