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

jig

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

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

Skills dans ce dépôt

plan
Développeurs de logiciels

Use when you have an approved design or requirements for a multi-step task, before touching code. Turns designs into implementation plans with bite-sized TDD-oriented tasks, exact file paths, and verification steps. Save to docs/plans/.

2026-05-28
kickoff
Développeurs de logiciels

Use when starting development work on a bug, feature, improvement, or task. Guides engineers through the full development pipeline: discover, brainstorm, plan, execute, review, ship. Invoked by "let's work on", "I need to build", "fix this bug", "start a new task", or /kickoff.

2026-05-28
brainstorm
Développeurs de logiciels

Use when exploring ideas, comparing approaches, or refining an unclear problem — at any point in the workflow. A discovery-time tool, not a pipeline stage. Invokable directly via /brainstorm or offered by kickoff during DISCOVER. Produces understanding, not artifacts.

2026-05-28
build
Développeurs de logiciels

Use when you have an implementation plan and want to execute it. Analyzes the plan's task graph, determines the best execution strategy (parallel via team-dev or serial via sdd), and orchestrates the full build with quality gates. The single entry point for plan execution — you don't need to choose between team-dev and sdd yourself.

2026-05-28
debug
Développeurs de logiciels

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Enforces root cause investigation through four phases: investigation, pattern analysis, hypothesis testing, and implementation. Prevents guess-and-check thrashing.

2026-05-28
extend
Développeurs de logiciels

Use when creating new skills, specialists, agents, or packs for the Jig framework. Guides the user through an interview to determine what to build, scaffolds the artifact with valid frontmatter, checks for overlap with existing artifacts, and verifies it loads correctly. Triggered by "create a skill", "add a specialist", "extend the framework", or /extend.

2026-05-28
init
Développeurs de logiciels

Use when setting up Jig in a project for the first time. Auto-detects the project environment, conducts a back-and-forth interview, and generates jig.config.md, team directory structure, and CLAUDE.md declaration. Triggered by "set up jig", "initialize jig", or /init.

2026-05-28
team-dev
Développeurs de logiciels

Execute implementation plans in parallel using agent teams with quality gates. Spawns implementer teammates in split panes, orchestrated by a team lead who enforces spec compliance and code quality reviews.

2026-05-28
prd
Spécialistes en gestion de projets

Use when capturing product requirements for features, improvements, or bugs before brainstorming or implementation. Triggered by "create a PRD", "capture requirements", "document requirements", "write a PRD", or /prd.

2026-05-28
pr-respond
Développeurs de logiciels

Use when reviewing PR comments, responding to code review feedback, or addressing reviewer suggestions on the current branch. Triggered by "respond to PR comments", "address review feedback", or /pr-respond.

2026-04-21
review
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing code before PRs or as quality gate during parallel execution. Dispatches parallel specialist review agents via the swarm architecture. Invoked by code-review agent, team-dev quality gate, or /review.

2026-04-21
finish
Développeurs de logiciels

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work. Guides completion of development work by verifying tests, presenting structured options (merge, PR, keep, discard), executing the choice, and cleaning up worktrees.

2026-04-01
worktree
Développeurs de logiciels

Use when creating or removing git worktrees for isolated parallel development. Handles provisioning of gitignored artifacts, env files, and post-create setup via jig.config.md configuration.

2026-04-01
ticket
Spécialistes en gestion de projets

Use when creating a ticket, filing an issue, or opening a task in your team's tracker. Triggered by "create a ticket", "file an issue", "new ticket", "open a ticket", or /jig:ticket. Reads ticket-system from jig.config.md and routes to the appropriate tracker pack.

2026-03-30
postmortem
Spécialistes en gestion de projets

Use when a PR has been merged after receiving review feedback and you want to extract lessons learned. Analyzes reviewer comments, identifies gaps in skills and specialists, and applies fixes. Triggered by "run a postmortem", "PR retro", "lessons learned from this PR", or /postmortem.

2026-03-30
pr-create
Développeurs de logiciels

Use when creating a pull request. Analyzes branch changes, writes a clear PR description with friendly tone, and generates a structured test plan. Triggered by "create a PR", "open a pull request", or /pr-create.

2026-03-30
sdd
Développeurs de logiciels

Use when executing implementation plans with independent tasks in the current session. Dispatches a fresh subagent per task with two-stage review (spec compliance then code quality) after each. Serial execution for coupled tasks or when agent teams are unavailable.

2026-03-30
tdd
Analystes en assurance qualité des logiciels et testeurs

Use when implementing any feature or bugfix, before writing implementation code. Enforces red-green-refactor cycle where every piece of production code is preceded by a failing test. Language-agnostic TDD discipline.

2026-03-30
verify
Analystes en assurance qualité des logiciels et testeurs

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. Requires running verification commands and confirming output before making any success claims. Evidence before assertions, always.

2026-03-30
eng-copywriting
Rédacteurs techniques

Use when writing ANY user-facing text -- UI labels, button text, error messages, notifications, tooltips, placeholders, or application content.

2026-03-29
eng-logging
Développeurs de logiciels

Use when implementing logging in application code. Covers log level selection, structured logging, error tracking integration, and avoiding noise.

2026-03-29
eng-testing
Analystes en assurance qualité des logiciels et testeurs

Use when writing tests, designing test strategy, or reviewing test coverage. Covers test pyramid, naming, mocking, and flaky test policy.

2026-03-29