Skip to main content

jpicklyk/task-orchestrator

SkillsMP は jpicklyk/task-orchestrator から 25 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
25
GitHub スター
206
GitHub フォーク
21

収集済み skill 25 件中 25 件を表示しています。

職業分類
ソフトウェア開発者
説明

End-to-end release automation — reads commits since last tag, infers semver bump, drafts changelog, creates release PR, merges it, waits for CI green, tags, and monitors the Docker build to completion. Use when the user says: prepare release, cut a release,…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Creates, views, edits, deletes, and validates note schemas for the MCP Task Orchestrator in .taskorchestrator/config.yaml — the templates that define which notes agents must fill at each workflow phase. Also recommends schema designs from a library of…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Launcher for the Ralph-style queue drain script — emits the right `node ralph-loop.mjs` invocation based on the user's filter and bounds. The actual loop runs as a Node script that spawns one `claude -p --worktree` per iteration; this skill is the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Guides the full lifecycle of a feature-implementation tagged MCP item (the feature container) — from queue through review. Creates or resumes the feature container, fills gate-enforced notes at each phase (feature-summary, implementation-notes,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

End-to-end workflow for taking MCP work items from backlog to merged PR. Handles git branching, schema-driven planning, implementation, independent review, and PR creation. Composes spec-quality, review-quality, and schema-workflow skills into a single…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Review quality framework for the work-to-review transition gate. Guides verification of plan alignment, test quality, and code simplification before marking implementation complete. Referenced by schema guidance fields during review-phase note filling. Use…

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Specification quality framework for planning. Defines the minimum bar for what a plan must address — alternatives, non-goals, blast radius, risk flags, and test strategy. Referenced by schema guidance fields during queue-phase note filling. Use when filling…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Test authoring framework for items carrying the needs-test-author trait. Defines scenario derivation from acceptance criteria, the oracle-derivation and blindness rules that keep test authorship independent of implementation, the adversarial probe catalog,…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Triages pending improvement-proposal MCP items — presents each with its scope and evidence, collects an accept/reject/defer decision per proposal, and carries out the disposition: project-scoped acceptances get their exact YAML applied to…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Analyzes the current implementation run — evaluates schema effectiveness, delegation alignment, note quality, and plan-to-execution fit. Captures cross-session trends and proposes improvements when patterns repeat. Use after implementation runs, or when user…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Assessment of plugin skill and hook changes needed after MCP or config changes. Evaluates skill references, hook context, config-format docs, and output style references. Invoked via skillPointer when filling plugin-impact notes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Configures how the MCP Task Orchestrator SERVER runs and is reached — transport (HTTP vs STDIO), the REST API, port publishing, config mounts, and config-sync. Use when a user says: run the server, register the image, set up the Docker container, enable the…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Creates an MCP work item from conversation context. Scans existing containers to anchor the item in the right place (Bugs, Features, Tech Debt, Observations, etc.), infers type and priority, creates single items or work trees, and pre-fills required notes.…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Visualizes, creates, and diagnoses dependencies between MCP work items. Use when a user says: what blocks this, add a dependency, show dependency graph, why can't this start, link these items, unblock this, remove dependency, or show blockers.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Internal, hook-triggered: drives a schema-typed MCP item through its gate-enforced phases, filling required notes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Navigates role transitions for MCP work items using advance_item. Shows current role, gate status, required notes, and the correct trigger to use. Use when a user says: advance this item, move to work, start this task, complete this item, what's the next…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Generates a project dashboard from MCP work items. Default is a lean, attention-first view: what's in flight, what's blocked, what to do next, what's queued. Use when the user says: project status, what's active, show me the dashboard, work summary, what…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Migrates an already-populated, unscoped Task Orchestrator database in place to the project-scoping convention — creates a project anchor root, re-parents existing work trees under it, and writes rootId back to config.yaml. Use when a user says: adopt project…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Interactive onboarding for the MCP Task Orchestrator. Detects empty or populated workspaces and walks through how plan mode, persistent tracking, and the MCP work together. Use when a user says "get started", "how do I use this", "quick start", "first time…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Compatibility assessment for items with the needs-api-compat-review trait. Evaluates the MCP tool surface and the REST surface separately, since their compatibility models differ. Invoked via skillPointer when filling api-compatibility notes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

SQLite migration assessment for items with the needs-migration-review trait. Evaluates schema changes, table recreation patterns, data migration strategy, and Flyway migration correctness. Invoked via skillPointer when filling migration-assessment notes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Completes or cancels multiple items at once — closes out features, cleans up old work, and archives completed workstreams. Use when a user says: close out this feature, complete everything under X, cancel this workstream, clean up old items, bulk complete,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Internal, hook-triggered: materializes MCP items from the approved plan and dispatches implementation.

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Internal, hook-triggered: gathers existing MCP items and schema gate requirements to set the definition floor before planning.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Performance impact assessment for items with the needs-perf-review trait. Evaluates hot paths, query patterns, and measurement plans. Invoked via skillPointer when filling performance-baseline notes.

原文の言語: 英語

更新
収集済み skill 25 件中 25 件を表示しています。