Skip to main content
Run any Skill in Manus
with one click
GitHub repository

prodige-workflow

prodige-workflow contains 36 collected skills from prodigeproject, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
36
Stars
7
updated
2026-07-02
Forks
1
Occupation coverage
5 occupation categories ยท 100% classified
repository explorer

Skills in this repository

efficient-communication
software-developers

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

2026-07-02
accessibility-review
web-and-digital-interface-designers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
computer-occupations-all-other

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

2026-06-19
documentation
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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

2026-06-19
lock-manager
software-developers

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

2026-06-19
memory-search
software-developers

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
software-developers

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

2026-06-19
performance-review
software-quality-assurance-analysts-and-testers

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
software-developers

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
software-developers

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

2026-06-19
repomap
software-developers

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

2026-06-19
requesting-code-review
software-quality-assurance-analysts-and-testers

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

2026-06-19
reuse-rebuild
software-developers

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

2026-06-19
review-learning
software-quality-assurance-analysts-and-testers

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
software-developers

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

2026-06-19
security-review
information-security-analysts

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

2026-06-19
snapshot-manager
software-developers

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

2026-06-19
subagent-driven-development
computer-occupations-all-other

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

2026-06-19
systematic-debugging
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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

2026-06-19
writing-skills
software-developers

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
software-developers

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

2026-06-17
grill-with-docs
software-developers

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
software-quality-assurance-analysts-and-testers

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

2026-06-17
using-git-worktrees
software-developers

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