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

groundwork

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

skills collectés
40
Stars
41
mis à jour
2026-07-17
Forks
4
Couverture métier
6 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

select-project
Développeurs de logiciels

This skill should be used when the user wants to switch between projects in a monorepo - lists projects from .groundwork.yml and sets the active project

2026-07-17
create-tasks
Développeurs de logiciels

Generate implementation tasks from architecture document. Usage /groundwork:create-tasks

2026-07-16
design-product
Spécialistes en gestion de projets

Create detailed product requirements document (PRD) for a feature. Usage /groundwork:design-product

2026-07-16
ux-design
Concepteurs web et d'interfaces numériques

Create design system with foundations, brand identity, and UX patterns. Usage /groundwork:ux-design

2026-07-16
build-unplanned
Développeurs de logiciels

Build a feature from description with worktree isolation and TDD. Usage /groundwork:build-unplanned "Add user login"

2026-06-24
check-specs-alignment
Développeurs de logiciels

Verify alignment between code and specs. Usage /groundwork:check-specs-alignment

2026-06-24
debug
Développeurs de logiciels

This skill should be used when investigating bugs, unexpected behavior, test failures, or any code that does not work as expected - enforces systematic root cause analysis before any fix

2026-06-24
design-architecture
Développeurs de logiciels

This skill should be used when the user asks to design system architecture, make architectural decisions, or translate PRD into technical design

2026-06-24
implement-task
Développeurs de logiciels

Dispatches a planned task/feature to the task-executor agent for worktree-isolated TDD implementation

2026-06-24
just-do-it
Développeurs de logiciels

Execute all remaining tasks in sequence until completion. Usage /groundwork:just-do-it

2026-06-24
just-do-it-swarming
Développeurs de logiciels

Execute all remaining tasks using agent teams for context isolation. Each task runs in its own session. Usage /groundwork:just-do-it-swarming [--parallel]

2026-06-24
plan-task
Développeurs de logiciels

Plans a task or feature - loads context, optionally clarifies requirements, spawns Plan agent, persists plan to .groundwork-plans/

2026-06-24
review-pr
Analystes en assurance qualité des logiciels et testeurs

Review a GitHub PR using multi-agent verification. Usage /groundwork:review-pr [PR number or URL]. Pass --no-interactive to skip all prompts and auto-publish.

2026-06-24
source-architecture-from-code
Développeurs de logiciels

Synchronize architecture document with codebase changes. Usage /groundwork:source-architecture-from-code

2026-06-24
source-product-specs-from-code
Spécialistes en gestion de projets

Synchronize PRD with implemented codebase changes. Usage /groundwork:source-product-specs-from-code

2026-06-24
source-ux-design-from-code
Concepteurs web et d'interfaces numériques

Synchronize design system document with codebase changes. Usage /groundwork:source-ux-design-from-code

2026-06-24
swarm-debug
Développeurs de logiciels

Start swarm debugging with parallel hypothesis investigation. Usage /groundwork:swarm-debug [bug description]

2026-06-24
swarm-design-architecture
Développeurs de logiciels

Design architecture using parallel advocate agents for adversarial technology comparison. Usage /groundwork:swarm-design-architecture

2026-06-24
task-validation-loop
Analystes en assurance qualité des logiciels et testeurs

This skill should be used when the task list is complete to run multi-agent verification ensuring tasks cover PRD, follow architecture, and respect design system

2026-06-24
understanding-feature-requests
Spécialistes en gestion de projets

This skill should be used when clarifying feature requests, gathering requirements, or checking for contradictions in proposed changes

2026-06-24
validate
Analystes en assurance qualité des logiciels et testeurs

This skill should be used when implementation is complete to run multi-agent verification with autonomous fix-and-retry until all agents approve

2026-06-24
work-on-next-task
Développeurs de logiciels

Execute next uncompleted task with full project context (PRD, architecture, tasks). Usage /groundwork:work-on-next-task

2026-06-24
work-on
Développeurs de logiciels

skill to "execute a task", "work on task N", or "implement TASK-NNN" - orchestrates worktree isolation, TDD implementation, validation, and merge.

2026-06-24
design-it-twice
Développeurs de logiciels

Use before committing to a non-trivial module, service boundary, or public API - generate 2-3 divergent interface designs, compare them on depth/locality/seam, and recommend one

2026-06-22
domain-modeling
Développeurs de logiciels

Use when designing a product or feature and the project lacks shared, agreed terminology - builds and maintains a pure domain glossary so agents speak one language

2026-06-22
doubt-driven-development
Développeurs de logiciels

Use when building a high-stakes or hard-to-reverse change - schema/data migrations, auth, payments, public API surface, destructive operations, or concurrency - to adversarially refute the chosen approach BEFORE committing to it

2026-06-22
handoff
Développeurs de logiciels

Use when ending a session or passing work to another agent - produces a compact handoff document that transfers context, state, and next objective without copying source material

2026-06-22
instrument-observability
Développeurs de logiciels

Instrument a change with structured logging, RED metrics, trace spans, and symptom-based alerts - use while building the change, not after an incident proves it was unobservable

2026-06-22
ship
Développeurs de logiciels

Ship a validated change to production - sequences observability and a staged rollout, then gates the outward-facing deploy behind a final go/no-go. Usage /groundwork:ship

2026-06-22
staged-rollout
Développeurs de logiciels

Roll out a change in stages behind a feature flag with a monitoring window and a written rollback plan - use before shipping anything user-facing, instead of flipping it on for everyone at once

2026-06-22
test-driven-development
Analystes en assurance qualité des logiciels et testeurs

This skill should be used when implementing any feature or bugfix, before writing implementation code

2026-06-22
using-groundwork
Autres occupations informatiques

This skill should be used when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-06-22
vertical-slice
Développeurs de logiciels

Use when building a feature large enough to span multiple layers - structure the work as thin, end-to-end, independently-shippable slices behind a feature flag instead of building layer-by-layer

2026-06-22
groundwork-check
Autres occupations informatiques

Validate the Groundwork plugin for common issues. Usage /groundwork:groundwork-check

2026-06-22
groundwork-help
Autres occupations informatiques

List all Groundwork skills with descriptions. Usage /groundwork:groundwork-help

2026-06-22
setup-repo
Autres occupations informatiques

This skill should be used when configuring a repository for groundwork - detects single-project or monorepo structure and creates .groundwork.yml

2026-06-22
skills
Autres occupations informatiques

List all available Groundwork skills with descriptions. Usage /groundwork:skills

2026-06-22
split-architecture
Développeurs de logiciels

This skill should be used when converting a single-file architecture doc to directory-based format for better organization of large architecture documents

2026-06-22
split-specs
Spécialistes en gestion de projets

This skill should be used when converting a single-file spec to directory-based format for better organization of large specifications

2026-06-22
use-git-worktree
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiques

This skill should be used when starting feature work that needs isolation from current workspace - creates isolated git worktrees with smart directory selection and safety verification

2026-02-13