Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

Binocular

Binocular contient 17 skills collectées depuis attilaszasz, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
17
Stars
3
mis à jour
2026-06-11
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

quality-control
Analystes en assurance qualité des logiciels et testeurs

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-11
amend-project
Développeurs de logiciels

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-10
artifact-conventions
Développeurs de logiciels

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-10
autopilot-pipeline
Développeurs de logiciels

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-10
project-planning
Développeurs de logiciels

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-10
prototype-regen
Développeurs de logiciels

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-10
specify-feature
Spécialistes en gestion de projets

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-10
analyze-compliance
Analystes en assurance qualité des logiciels et testeurs

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-05-31
clarify-spec
Spécialistes en gestion de projets

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

2026-05-31
compact-communication
Développeurs de logiciels

Shared runtime communication contract for SDD Pilot workflows and sub-agents. Keeps outputs terse, exact, and low-noise without weakening safety, artifact grammar, or technical clarity.

2026-05-31
generate-checklist
Analystes en assurance qualité des logiciels et testeurs

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-05-31
generate-tasks
Spécialistes en gestion de projets

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-05-31
implement-tasks
Développeurs de logiciels

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-05-31
plan-authoring
Développeurs de logiciels

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-05-31
plan-feature
Développeurs de logiciels

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-05-31
product-document
Spécialistes en gestion de projets

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-05-31
task-generation
Développeurs de logiciels

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-05-31