Skip to main content

Ibrahim-3d/orchestrator-supaconductor

SkillsMP a collecté 41 skills depuis Ibrahim-3d/orchestrator-supaconductor. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
41
Étoiles GitHub
375
Forks GitHub
38

Affichage de 40 skills collectés sur 41.

métier
Autres occupations informatiques
description

Master coordinator for the Evaluate-Loop workflow v3. Supports GOAL-DRIVEN entry, PARALLEL execution via worker agents, BOARD OF DIRECTORS deliberation, and message bus coordination. Dispatches specialized workers dynamically, monitors via message bus,…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

File-based message queue for inter-agent coordination. Used by workers AND board directors to communicate. Provides: progress updates, task completion signals, file locking, board deliberation. Core infrastructure for parallel execution.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Loads relevant patterns and known errors before track planning. Searches conductor/knowledge/ for solutions we've used before and errors we've encountered. Injects findings into the planner prompt to prevent reinventing solutions and repeating mistakes.…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Manage Conductor tracks, phases, and tasks. Use when working with track status, updating task markers, or navigating between tracks. Enforces the Evaluate-Loop workflow.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evaluate-Loop Step 1: PLAN. Use this agent when starting a new track or feature to create a detailed execution plan. Reads spec.md, loads project context, and produces a phased plan.md with specific tasks, acceptance criteria, and dependencies. Triggered by:…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

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

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you have a spec or requirements for a multi-step task, before touching code

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill when working with Conductor's context-driven development methodology, managing project context artifacts, or understanding the relationship between product.md, tech-stack.md, and workflow.md files.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Load project context efficiently for Conductor workflows. Use when starting work on a track, implementing features, or needing project context without consuming excessive tokens.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when you have a written implementation plan to execute in a separate session with review checkpoints

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

The single entry point to the Conductor system - state your goal and everything is handled automatically

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Architecture consultation for Conductor orchestrator. Makes decisions about system design, patterns, component boundaries, and technical architecture. Can approve architectural choices within established patterns. Escalates novel patterns or breaking changes…

Langue du texte source : Plusieurs langues

mis à jour
métier
Spécialistes en gestion de projets
description

Product consultation for Conductor orchestrator. Clarifies scope, interprets ambiguous requirements, prioritizes features within a track. Can make scope interpretations that don't change deliverables. Escalates scope expansions or feature changes to Board of…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Quality assurance consultation for Conductor orchestrator. Sets test coverage requirements, validates quality gates, determines testing strategy. Can adjust coverage thresholds within ranges. Escalates skipping critical tests to Board of Directors.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Technical implementation consultation for Conductor orchestrator. Advises on implementation approach, dependency choices, and coding patterns. Can approve dependencies under size threshold. Escalates large dependencies or breaking tooling changes to Board of…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Simulate a 5-member expert board deliberation for major decisions. Use when evaluating plans, architecture choices, feature designs, or any decision requiring multi-perspective expert analysis. Triggers: 'board review', 'get expert opinions', 'board meeting',…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evaluate-Loop Step 5: FIX. Use this agent when an evaluation (plan or execution) returns FAIL. Takes the evaluator's fix list, creates specific fix tasks in plan.md, executes the fixes, and triggers re-evaluation. Handles the loop-back mechanism of the…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Parallel execution engine for dispatching worker agents. Used by conductor-orchestrator to spawn multiple workers simultaneously from DAG parallel groups. Handles dispatch, monitoring, aggregation, and failure recovery.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Creates specialized worker agents dynamically from templates. Use when orchestrator needs to spawn task-specific workers for parallel execution. Handles agent lifecycle: create -> execute -> cleanup.

Langue du texte source : anglais

mis à jour
métier
Gestionnaires des systèmes informatiques et d'information
description

Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing…

Langue du texte source : anglais

mis à jour
métier
Gestionnaires des systèmes informatiques et d'information
description

Technical architecture review agent for execution plans. Uses cto-advisor skill to evaluate technical decisions, architecture patterns, tech debt implications, and technology choices in plan.md. Triggered by: 'review technical plan', 'cto review',…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

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

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Specialized business logic evaluator for the Evaluate-Loop. Use this for evaluating tracks that implement core product logic — pipelines, dependency resolution, state machines, pricing/tier enforcement, packaging. Checks feature correctness against product…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Specialized code quality evaluator for the Evaluate-Loop. Use this for evaluating code implementation tracks where the deliverable is functional code — features, API routes, state management, utilities. Checks build integrity, type safety, code patterns,…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Specialized integration evaluator for the Evaluate-Loop. Use this for evaluating tracks that integrate external services — Supabase auth/DB, Stripe payments, Gemini API, third-party APIs. Checks API contracts, auth flows, data persistence, error recovery,…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Specialized UI/UX evaluator for the Evaluate-Loop. Use this for evaluating UI shell tracks, design system tracks, screen implementation tracks, or any track where the primary deliverable is visual/interactive UI. Checks design system adherence, visual…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Runs after every track completion to extract learnings. Analyzes what worked, what failed, and what patterns emerged. Updates conductor/knowledge/patterns.md with new solutions and errors.json with new error patterns. Proposes skill updates if workflow…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Evaluate-Loop Step 4: EVALUATE EXECUTION. This is the dispatcher agent — it determines the track type and invokes the correct specialized evaluator. Does NOT run a generic checklist. Instead dispatches to: eval-ui-ux (screens/design), eval-code-quality…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Evaluate-Loop Step 3: EXECUTE. Use this agent to implement tasks from a verified plan. Works through plan.md tasks sequentially, writes code, updates plan.md after every task, and commits at checkpoints. Uses TDD where applicable. Triggered by: 'execute…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Evaluate-Loop Step 2: EVALUATE PLAN. Use this agent to verify an execution plan before any code is written. Checks scope alignment, overlap with completed work, DAG validity, dependency correctness, task clarity, and invokes Board of Directors for major…

Langue du texte source : anglais

mis à jour
métier
Spécialistes en gestion de projets
description

Harshly critique strategic documents (validation reports, competitive analyses, business plans) to identify blind spots, challenge assumptions, expose weaknesses, and generate Conductor-aligned action plans. Use when you need brutal honesty, "red team"…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Use when implementing any feature or bugfix, before writing implementation code

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 41.