Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

sdd-pilot

sdd-pilot 收录了来自 attilaszasz 的 66 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
66
Stars
85
更新
2026-06-25
Forks
8
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

analyze-compliance
软件开发工程师

Performs non-destructive cross-artifact consistency and quality analysis across spec, plan, and tasks. Also supports remediation mode to apply fixes. Use when running /sddp-analyze or when compliance auditing is needed.

2026-06-25
autopilot-pipeline
软件开发工程师

Runs the full feature-delivery SDD pipeline end-to-end without user interaction. When called without arguments, auto-selects the first unchecked epic from specs/project-plan.md. Requires Autopilot enabled in config, a Product Document, and a Technical Context Document. Use when running /sddp-autopilot.

2026-06-25
clarify-spec
项目管理专家

Clarify product, technical, and operational specs with targeted questions and write accepted answers into spec.md.

2026-06-25
compact-communication
综合办公文员

[DEPRECATED — rules moved to AGENTS.md §Communication Style. This file is a deprecation shim only. Do not re-introduce a Read instruction for this path; the rules are ambient context loaded once via AGENTS.md.]

2026-06-25
generate-checklist
软件质量保证分析师与测试员

Generates requirements quality checklists ('Unit Tests for English') that validate quality, clarity, and completeness in a given domain. Use when running /sddp-checklist or when quality verification of requirements is needed.

2026-06-25
generate-tasks
软件开发工程师

Orchestrates decomposition of implementation plans into actionable, dependency-ordered task lists. Use when running /sddp-tasks or when task generation from a plan is needed.

2026-06-25
implement-tasks
软件开发工程师

Executes the implementation plan by processing and completing all tasks defined in tasks.md phase-by-phase. Use when running /sddp-implement or when code implementation from a task list is needed.

2026-06-25
plan-feature
软件开发工程师

Orchestrates the implementation planning process — generating plan artifacts, architecture decisions, and design documents from a feature specification. Use when running /sddp-plan or when implementation planning is needed.

2026-06-25
product-document
项目管理专家

Turns a rough product idea into a project-level Product Requirements Document (`specs/prd.md`) and registers it as the canonical Product Document. Use when running /sddp-prd or when a product needs structured discovery before system design.

2026-06-25
project-planning
软件开发工程师

Analyzes bootstrap artifacts (PRD, SAD, optionally DOD) and decomposes the product into a prioritized, dependency-ordered sequence of epics — coarse-grained deliverable increments, each intended to be implemented as a standalone pipeline run starting at `/sddp-specify`. Use when running /sddp-projectplan or when project-level epic planning is needed after `/sddp-systemdesign`, optionally after `/sddp-devops`, and before `/sddp-init`.

2026-06-25
prototype-regen
软件开发工程师

Archive a completed first-pass implementation as a throwaway prototype, mine it for discovered requirements and architectural learnings, then regenerate all canonical bootstrap artifacts from scratch informed by prototype insights. Use when running /sddp-regen after all epics have been implemented.

2026-06-25
quality-control
软件质量保证分析师与测试员

Executes Quality Control checks. It evaluates requirements, runs static analysis, executes tests, and feeds bug tasks back into the implementation loop if any check fails.

2026-06-25
specify-feature
软件开发工程师

Creates a feature specification from a natural language description — capturing WHAT users, systems, or operators need and WHY. Use when starting a new feature, when the user mentions /sddp-specify, specification, or feature requirements.

2026-06-25
sddp-implement
软件开发工程师

[Command entry-point - invokes shared `implement-tasks` skill] Direct command-bar dispatch only; do not select for general queries.

2026-06-24
sddp-plan
软件开发工程师

[Command entry-point - invokes shared `plan-feature` skill] Direct command-bar dispatch only; do not select for general queries.

2026-06-24
sddp-tasks
软件开发工程师

[Command entry-point - invokes shared `generate-tasks` skill] Direct command-bar dispatch only; do not select for general queries.

2026-06-24
sddp-implement
软件开发工程师

Execute the implementation plan by processing and completing all tasks defined in tasks.md

2026-06-24
sddp-plan
软件开发工程师

Create an implementation plan from a feature specification

2026-06-24
sddp-tasks
软件开发工程师

Generate an actionable task list from a feature implementation plan

2026-06-24
artifact-conventions
软件开发工程师

Defines preservation, format, and section rules for SDD specification artifacts (spec.md, plan.md, tasks.md, checklists). Use when editing feature-artifact files under specs/<feature-folder>/ to prevent accidental corruption of cross-referenced IDs, priorities, and gating state.

2026-06-24
task-generation
软件开发工程师

Reference material with the canonical task-format grammar and decomposition rules for plan-to-tasks expansion. Loaded on demand by `generate-tasks`; not directly invokable.

2026-06-24
plan-authoring
软件开发工程师

Reference material for writing implementation plans (technical context, architecture decisions, data models, API contracts, project-instructions alignment). Loaded on demand by `plan-feature`; not directly invokable.

2026-06-24
amend-project
软件开发工程师

Propagate a user-described bootstrap change across canonical project artifacts and the project plan by analyzing impact and executing the owning bootstrap workflows inline.

2026-06-18
markdown-compression
软件开发工程师

Safely compresses narrative Markdown using deterministic compaction plus validator checks. Only for allowlisted non-parser-sensitive artifacts.

2026-06-09
sddp-regen
其他计算机职业

[Command entry-point - invokes shared `prototype-regen` skill] Direct command-bar dispatch only; do not select for general queries.

2026-06-09
sddp-regen
其他计算机职业

Archive a completed prototype and regenerate all canonical bootstrap artifacts from scratch, informed by learnings

2026-06-09
sddp-amend
其他计算机职业

[Command entry-point - invokes shared `amend-project` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-analyze
其他计算机职业

[Command entry-point - invokes shared `analyze-compliance` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-autopilot
其他计算机职业

[Command entry-point - invokes shared `autopilot-pipeline` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-checklist
其他计算机职业

[Command entry-point - invokes shared `generate-checklist` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-clarify
其他计算机职业

[Command entry-point - invokes shared `clarify-spec` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-devops
网络与计算机系统管理员

[Command entry-point - invokes shared `deployment-operations` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-devsetup
网络与计算机系统管理员

[Command entry-point - invokes shared `environment-setup` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-implement-qc-loop
其他计算机职业

[Command entry-point - invokes shared `implement-qc-loop` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-init
其他计算机职业

[Command entry-point - invokes shared `init-project` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-prd
项目管理专家

[Command entry-point - invokes shared `product-document` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-projectplan
项目管理专家

[Command entry-point - invokes shared `project-planning` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-qc
软件质量保证分析师与测试员

[Command entry-point - invokes shared `quality-control` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-specify
项目管理专家

[Command entry-point - invokes shared `specify-feature` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
sddp-systemdesign
软件开发工程师

[Command entry-point - invokes shared `system-design` skill] Direct command-bar dispatch only; do not select for general queries.

2026-05-04
当前展示该仓库 Top 40 / 66 个已收集 skills。