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

spec

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

skills collectés
5
Stars
0
mis à jour
2026-05-27
Forks
1
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

spec-agent
Développeurs de logiciels

Plays the agent role in a spec consensus session using the `spec` CLI. Use this skill whenever you need to propose a change, respond to another agent's proposal, concede or revise a position, or sign off with `spec agree`. Trigger on: propose/respond/concede/agree in a spec workflow where you're acting as a named agent.

2026-05-27
spec-implementer
Développeurs de logiciels

Plays the implementer role in a spec workflow — writes code from a locked spec, runs tests, and records releases using the `spec` CLI. Use this skill only after consensus has been reached and the session is locked. Trigger on: build/test/release in a spec workflow after agents have agreed.

2026-05-27
spec-mediator
Développeurs de logiciels

Plays the mediator role in a spec consensus session using the `spec` CLI. Use this skill when agents are stuck or talking past each other — run `spec clarify` or `spec reframe`. The mediator never votes, never proposes, and never takes a position. Trigger on: clarify/reframe when the consensus session needs a neutral intervention.

2026-05-27
spec-orchestrator
Développeurs de logiciels

Decomposes a high-level feature request into a queue of specific, ordered spec tasks for agent workers. Use this skill when given a feature request, user story, backlog item, or any high-level description of work to be done. The orchestrator reads the codebase, identifies what needs to be built, determines the correct order, and populates the spec queue. Trigger whenever someone asks you to plan, scope, or break down a feature — even if they don't use the word "orchestrate".

2026-05-27
spec-proposer
Développeurs de logiciels

Proposes high-quality, verifiable specs with guardrails so the implementation matches expectations. Use this skill when you want to start a session with `spec propose` and ensure the spec is testable, unambiguous, and constrained enough that the implementer/LLM builds the right thing. Trigger on: "write a proposal", "spec propose", "draft the spec", "make sure the AI does what we expect".

2026-05-27