Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

shark-task-manager

shark-task-manager には jwwelbor から収集した 27 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
27
Stars
2
更新
2026-07-10
Forks
1
職業カバレッジ
5 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

shark
ソフトウェア開発者

Query and manage project state and drive shark workflows — epics, features, tasks, bugs, change-cards, ideas. Use for ALL project state queries, task lifecycle, status transitions (status set / advance --outcome), claim/release/heartbeat leases, blocking/unblocking, notes/context/related-docs, status dashboards, analytics, creating/updating/deleting entities, and any command starting with "shark". Also the router for `/shark <verb>` and triggers the dispatch loop on `/run <key>`.

2026-07-10
deep-review
ソフトウェア品質保証アナリスト・テスター

Multi-angle parallel code review. Six specialist subagents run in parallel (A: line-by-line bugs + production caller chains, B: removed behavior + SOLID, C: cross-file contracts + structural sibling check, D: reuse/complexity/idioms, E: tests design + counter-factual, F: standards crosswalk with citations), then a consolidator verifies and ranks findings into a PASS / PASS-with-triage / FAIL report with Blocker / Non-blocker / Nit triage. Triggered by /deep-review (aliases: /comprehensive-review, /pr-review). Flags: --fix (apply one-liner safe fixes), --comment (post as inline GitHub PR comments). Prompts live in references/angle-*.md and references/consolidator.md — readable on any platform even without the Workflow tool.

2026-07-10
quality
ソフトウェア品質保証アナリスト・テスター

Authoritative source for all validation, code review, and quality assurance workflows. Provides consistent quality gates across all development phases.

2026-07-07
test-driven-development
ソフトウェア品質保証アナリスト・テスター

Write the test first, watch it fail, write minimal code to pass (user) - when implementing any feature or bugfix, before writing implementation code

2026-07-07
uat
ソフトウェア品質保証アナリスト・テスター

Orchestrate User Acceptance Testing for a feature — gather evidence, run Codex as the sole assessor, present a no-opinion report to the user, record results, route rejections, and triage non-blocking findings.

2026-07-07
triage
プロジェクト管理専門家

Quick-capture and classify a work item discovered during development, routing it to the correct entity type (task, feature, bug, tech-debt, change-card, idea, or note) under the right parent. Searches existing entities first to avoid duplication, proposes a classification, and confirms before creating. Use when you encounter work that needs to be recorded for later, the user says "/triage", or something should be tracked but its home is unclear. This is a capture-and-classify tool, NOT a create-and-elaborate tool.

2026-07-07
specification-writing
プロジェクト管理専門家

Authoritative source for all specification document generation workflows (Epics, Feature PRDs, Tasks). Provides standardized templates, procedures, and naming conventions for consistent documentation across all projects.

2026-07-07
assessment
プロジェクト管理専門家

Workflow decision-making assessments for project management. Use when evaluating feature complexity (SIMPLE/STANDARD/COMPLEX tier assignment), validating scope (feature vs task classification), checking phase readiness (gate validation), or estimating implementation effort. Invoked during feature triage, scope validation, phase transitions, or when complexity/effort estimates are needed for planning.

2026-07-05
research
ソフトウェア開発者

Systematic codebase analysis and project understanding workflows. Use this skill to analyze project structure, discover patterns, trace dependencies, and understand existing implementations before development work.

2026-07-02
architecture
ソフトウェア開発者

Authoritative source for all architecture design workflows (System, Backend, Frontend, Database, Security). Provides standardized patterns, templates, and design frameworks for consistent architecture documentation across all projects.

2026-06-30
feature-design
ウェブ・デジタルインターフェースデザイナー

Feature-level UX design workflows producing wireframes and prototypes. Use during SDLC feature refinement after product-design evidence reaches its exit point. Consumes feature PRDs, D08 personas, D09 journey maps, and optionally D11 friction points.

2026-06-29
product-design
プロジェクト管理専門家

Product-level design methodology covering D01–D14 — vision, discovery, UX/CX design, and concept validation. Produces the "what and why" before any feature work begins. Provides the methodology for each of the 14 product-design artifacts; any single artifact workflow can be applied independently. Triggers include "product vision", "discovery", "user personas", "journey mapping", "user testing", "friction points", and any "produce D0X" request.

2026-06-29
brownfield-analysis
ソフトウェア開発者

Methodology for deep analysis and documentation of existing (brownfield) codebases. Covers how to analyze architecture, code structure, business logic, technical debt, security, code quality, and migration readiness, and how to produce enterprise-grade documentation from what you find. Use whenever the work involves analyzing a codebase, reverse-engineering a project, documenting an existing system, assessing technical debt, understanding a legacy codebase, or judging whether a system is ready to migrate — even when the word "brownfield" is not used.

2026-06-29
sprint-analytics
プロジェクト管理専門家

Post-close sprint retrospective analysis skill that reads shark sprint summary --detailed and velocity data, synthesizes five-section markdown retro reports with data-driven recommendations, and gates the archive operation on explicit user confirmation.

2026-06-28
sprint-execution
ソフトウェア開発者

Solo and team sprint pull-loop skills that drive an active sprint to completion by pulling entities from shark sprint next and delegating per-entity dispatch to the existing /run (or /run-agent-team) orchestration skill.

2026-06-28
sprint-planning
プロジェクト管理専門家

Mode-aware sprint scoping skill that walks an orchestrator or human through planning a sprint by reading shark sprint plan and readiness data, proposing entity assignments, and confirming changes. Never starts the sprint — starting is an explicit user action via /run-sprint.

2026-06-28
sprint-analytics
プロジェクト管理専門家

Post-close sprint retrospective analysis skill that reads shark sprint summary --detailed and velocity data, synthesizes five-section markdown retro reports with data-driven recommendations, and gates the archive operation on explicit user confirmation.

2026-06-28
sprint-execution
プロジェクト管理専門家

Solo and team sprint pull-loop skills that drive an active sprint to completion by pulling entities from shark sprint next and delegating per-entity dispatch to the existing /run (or /run-agent-team) orchestration skill.

2026-06-28
sprint-planning
プロジェクト管理専門家

Mode-aware sprint scoping skill that walks an orchestrator or human through planning a sprint by reading shark sprint plan and readiness data, proposing entity assignments, and confirming changes. Never starts the sprint — starting is an explicit user action via /shark run-sprint.

2026-06-28
implementation
ソフトウェア開発者

Systematic approaches to writing high-quality code with contract-first discipline and validation gates

2026-06-26
breakdown-test
ソフトウェア品質保証アナリスト・テスター

Decompose a requirement or specification section into testable acceptance criteria. Turns prose intent into an enumerated test matrix of conditions, expected outcomes, edge cases, and negative cases that any agent can hand to an implementer or test author.

2026-06-26
clarification
プロジェクト管理専門家

Techniques for resolving ambiguous requirements. Detect ambiguity, surface hidden assumptions, and use question ladders to turn an unclear requirement into a precise, testable one. Use whenever a requirement, request, or spec is vague, underspecified, or open to multiple interpretations.

2026-06-26
content-validation
プロジェクト管理専門家

Validate written artifacts for completeness, internal consistency, evidence quality, clarity, and readiness before they are used downstream. Use for spec, plan, report, design, or review content that needs a rubric-based quality pass without becoming a workflow gate.

2026-06-26
cross-artifact-analysis
プロジェクト管理専門家

Checks consistency across layered specification artifacts (epic, feature, and task specs). Finds drift between specification layers — where a child spec contradicts, omits, or silently re-scopes what its parent established. Input is a set of related spec artifacts; output is a consistency report enumerating identified mismatches with severity and remediation.

2026-06-26
debugging
ソフトウェア開発者

Systematic debugging workflows for frontend, backend, tests, devops, and web issues. Provides structured approaches to isolate root causes and resolve problems efficiently.

2026-06-26
frontend-design
ウェブ開発者

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-06-26
overconfidence-prevention
プロジェクト管理専門家

Detect and reduce overconfident reasoning in analysis, plans, estimates, reviews, and recommendations. Use when conclusions may be based on weak evidence, hidden assumptions, premature certainty, or insufficient exploration of alternatives.

2026-06-26