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

prodige-workflow

prodige-workflow contient 36 skills collectées depuis prodigeproject, avec une couverture métier par dépôt et des pages de détail sur le site.

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

Skills dans ce dépôt

efficient-communication
Développeurs de logiciels

Communicate efficiently without sacrificing clarity - natural, concise, actionable. Global skill loaded for every command and agent.

2026-07-02
accessibility-review
Concepteurs web et d'interfaces numériques

Use when reviewing or building UI components - ensures keyboard, screen-reader, and visual accessibility (WCAG 2.1 AA) so a11y is built in, not retrofitted.

2026-06-19
brainstorming
Développeurs de logiciels

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-06-19
cache-manager
Développeurs de logiciels

Manages context caching to optimize token usage and cost by creating, incrementally updating, and invalidating caches while verifying integrity before reuse.

2026-06-19
clean-code
Développeurs de logiciels

Clean code and engineering discipline: modularity, readability, sizing, naming, duplication, separation of concerns, plus the four behavioral principles - think before coding, simplicity first, surgical changes, and goal-driven execution. Global skill applied to all coding work.

2026-06-19
context-sync
Développeurs de logiciels

Detects and resolves drift between code, documentation, and contextual knowledge, classifying each drift and recommending concrete sync actions to keep artifacts consistent.

2026-06-19
debt-detection
Développeurs de logiciels

Detects and quantifies technical, knowledge, architecture, documentation, and testing debt; rates severity and produces a prioritized paydown plan in time/risk/money terms.

2026-06-19
dependency-review
Développeurs de logiciels

Audits project dependencies for security vulnerabilities, license compliance, version conflicts, unused packages, and lockfile integrity. Owns supply-chain analysis (security-review defers here).

2026-06-19
dispatching-parallel-agents
Autres occupations informatiques

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-06-19
documentation
Développeurs de logiciels

Maintains accurate, up-to-date project documentation (README, API docs, changelogs, ADRs, knowledge) by comparing docs against code reality and recommending specific updates.

2026-06-19
executing-plans
Développeurs de logiciels

Use when you have a written implementation plan to execute sequentially (fallback when subagent-driven-development not available)

2026-06-19
finishing-a-development-branch
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 through Prodige's Release Gate by presenting structured options for merge, PR, or cleanup

2026-06-19
handoff-manager
Développeurs de logiciels

Creates and validates comprehensive handoff documentation capturing context, decisions, files affected, and next steps for seamless continuity across sessions and agents.

2026-06-19
implementation-planning
Développeurs de logiciels

Translates approved designs into safe, modular, testable implementation plans with ordered phases, dependency mapping, risk mitigation, and verification checkpoints.

2026-06-19
lock-manager
Développeurs de logiciels

Prevents parallel agents from editing conflicting resources through intelligent lock coordination and conflict detection.

2026-06-19
memory-search
Développeurs de logiciels

Token-optimized retrieval from the Memory Bank. Use when asked 'did we solve this before?', 'how did we do X last time?', or when resuming work and you need prior-session context WITHOUT reading every memory file.

2026-06-19
parallel-planner
Développeurs de logiciels

Analyzes work and splits it into safe, independent parallel agent sessions to maximize throughput without conflicts.

2026-06-19
performance-review
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing code in hot paths, data-heavy operations, or user-facing latency-sensitive features - detects algorithmic, query, memory, and frontend performance issues before they regress production.

2026-06-19
project-history
Développeurs de logiciels

Synthesize a narrative project-history report (evolution, decisions, debugging arcs, ROI) from the Memory Bank. Use when asked for a project history, development journey, retrospective, or 'what's the story of this project?'.

2026-06-19
reality-check
Développeurs de logiciels

Reality check for requirements and plans: identifies assumptions, ambiguities, missing requirements, and hidden risks before implementation.

2026-06-19
repomap
Développeurs de logiciels

Creates concise, hierarchical maps of repository structure showing entrypoints, modules, critical files, and their relationships.

2026-06-19
requesting-code-review
Analystes en assurance qualité des logiciels et testeurs

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

2026-06-19
reuse-rebuild
Développeurs de logiciels

Enforces disciplined decision-making: prefer reuse, then refactor, then rebuild only with strong justification.

2026-06-19
review-learning
Analystes en assurance qualité des logiciels et testeurs

Use at the start of a review to load codebase-specific recurring-issue patterns, and after a review to record new findings - makes the reviewer get smarter about THIS codebase over time.

2026-06-19
ripgrep
Développeurs de logiciels

Enforces search-before-coding discipline: never create new implementation before checking existing code patterns and utilities.

2026-06-19
security-review
Analystes en sécurité de l'information

Comprehensive security assessment: checks for exposed secrets, authentication/authorization flaws, injection vulnerabilities, unsafe dependencies, and data exposure risks.

2026-06-19
snapshot-manager
Développeurs de logiciels

Creates and manages stable context snapshots for parallel agent work, ensuring consistent starting points and preventing race conditions.

2026-06-19
subagent-driven-development
Autres occupations informatiques

Use when executing implementation plans with independent tasks in the current session

2026-06-19
systematic-debugging
Développeurs de logiciels

Disciplined 6-phase debugging for hard bugs, performance regressions, and systematic root cause analysis. Build feedback loop → reproduce → analyze → hypothesize → fix → cleanup. Mandatory for all bug fixes. Use when debugging, fixing bugs, or investigating failures.

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

Test-driven development with red-green-refactor discipline. Tests verify behavior through public interfaces, not implementation. Use when building features, fixing bugs, or refactoring code. Mandatory for all production code.

2026-06-19
test-planning
Analystes en assurance qualité des logiciels et testeurs

Identifies comprehensive test cases, regression scenarios, and edge cases to ensure thorough test coverage and prevent bugs.

2026-06-19
writing-skills
Développeurs de logiciels

Use when creating new Prodige skills, editing existing skills, or verifying skills work before deployment - applies TDD methodology to process documentation

2026-06-19
roastme
Développeurs de logiciels

Brutally honest critique of code and architecture: overengineering, security flaws, maintainability issues, poor UX, and scalability problems.

2026-06-17
grill-with-docs
Développeurs de logiciels

Design interview that challenges plans against domain model and documented decisions. Sharpens terminology, stress-tests scenarios, and updates CONTEXT.md and ADRs inline. Use before /design or /build to validate requirements and align on vocabulary.

2026-06-17
receiving-code-review
Analystes en assurance qualité des logiciels et testeurs

Use when receiving code review feedback, before implementing suggestions - requires technical rigor and verification, not performative agreement

2026-06-17
using-git-worktrees
Développeurs de logiciels

Use when starting feature work that needs isolation OR before parallel execution - ensures isolated workspace via native tools or git worktree fallback

2026-06-17