Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

prodige-workflow

prodige-workflow contém 36 skills coletadas de prodigeproject, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
36
Stars
7
atualizado
2026-07-02
Forks
1
Cobertura ocupacional
5 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

efficient-communication
Desenvolvedores de software

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

2026-07-02
accessibility-review
Designers de interfaces web e digitais

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Outras ocupações de informática

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

2026-06-19
documentation
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-19
lock-manager
Desenvolvedores de software

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

2026-06-19
memory-search
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-19
performance-review
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-19
repomap
Desenvolvedores de software

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

2026-06-19
requesting-code-review
Analistas de garantia de qualidade de software e testadores

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

2026-06-19
reuse-rebuild
Desenvolvedores de software

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

2026-06-19
review-learning
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

2026-06-19
security-review
Analistas de segurança da informação

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

2026-06-19
snapshot-manager
Desenvolvedores de software

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

2026-06-19
subagent-driven-development
Outras ocupações de informática

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

2026-06-19
systematic-debugging
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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
Analistas de garantia de qualidade de software e testadores

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

2026-06-19
writing-skills
Desenvolvedores de software

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
Desenvolvedores de software

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

2026-06-17
grill-with-docs
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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

2026-06-17
using-git-worktrees
Desenvolvedores de software

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