← All creators

mori-shin-x

User

Deterministic spec-to-code context for AI coding agents — one graph linking requirements, docs, code, and tests.

20 indexed · 0 Featured · 10 stars · avg score 77
Prolific

Categories

Indexed Skills (20)

Code & Development Solid

artgraph-bootstrap

Bootstraps spec ↔ code ↔ test traceability tags in an existing project by proposing spec entries and `[REQ-NNN]` markers on covering test titles as a reviewable diff (code-side `@impl REQ-NNN` tags only where no test exists), then verifying deterministically with `artgraph scan && artgraph check` and, when tests ran with the artgraph/vitest runner, `artgraph trace report`. Use when the user asks to bootstrap / cold-start / seed traceability / add initial REQs to an untagged or partially-tagged project. Make sure to use this skill whenever the user mentions bootstrap / cold-start / initial REQ seeding for artgraph.

10 Updated today
mori-shin-x
Data & Documents Solid

artgraph-impact

Runs `artgraph impact` to surface which requirements, docs, and files a proposed file or symbol edit touches (forward: files/symbols → REQs). Use when the user explicitly names file paths or `path:symbol` pairs, or wants the impact of files staged in `git diff`.

10 Updated today
mori-shin-x
AI & Automation Solid

artgraph-plan-coverage

Detects implicit impacts: REQs reached by tasks.md `Files:` but not mentioned in `tasks.md` / `plan.md` / `spec.md` (reverse audit). Use after editing tasks.md / plan.md (e.g. after `/speckit-tasks`, or after updating `.kiro/specs/<name>/tasks.md`), before implementation.

10 Updated today
mori-shin-x
AI & Automation Solid

artgraph-rename

Performs a safe rename / split / merge of requirement IDs across spec, code, tests, and lock. Use when the user asks to rename a REQ ID, split one ID into multiple, or merge multiple IDs into one. Make sure to use this skill whenever requirement IDs are being restructured.

10 Updated today
mori-shin-x
AI & Automation Solid

artgraph-setup

Installs artgraph in the current project, detects the package manager (npm / pnpm / Bun / Deno; default and Yarn fallback are pnpm), and wires up Skills, hooks, agent-context snippet, and any detected SDD-tool integration. Use when the user asks to install / set up / add artgraph, asks whether artgraph is set up or what is installed, or wants to wire artgraph into an SDD tool (Spec Kit / Kiro) added after artgraph. Make sure to use this skill whenever the user mentions artgraph for the first time and `artgraph` CLI is not yet available.

10 Updated today
mori-shin-x
Data & Documents Solid

artgraph-verify

Runs `artgraph check --diff` to self-check spec/code/test consistency. Use when implementation is complete or before code review. Make sure to use this skill whenever the user reports implementation completion or asks for a consistency check.

10 Updated today
mori-shin-x
AI & Automation Solid

artgraph-graph-primitive-impact

artgraph コントリビュータ向け内部 skill。グラフ基本操作 (src/graph/traverse.ts / src/graph/builder.ts の BFS・エッジ意味論・ID 解決) や graph-core 関数 (impact() / check() / buildGraph()) を変更する issue/PR に着手する前 (Step 0-pre) に、17 チェックの shift-left インパクト調査を実行し「silent に破壊される経路」のランク付きリストを報告する。Use when starting a PR that touches src/graph/, edge semantics, or graph-core function signatures/return values.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-analyze

Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-checklist

Generate a custom checklist for the current feature based on user requirements.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-clarify

Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-constitution

Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-converge

Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-implement

Execute the implementation plan by processing and executing all tasks defined in tasks.md

10 Updated today
mori-shin-x
AI & Automation Solid

speckit-plan

Execute the implementation planning workflow using the plan template to generate design artifacts.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-specify

Create or update the feature specification from a natural language feature description.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-tasks

Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.

10 Updated today
mori-shin-x
Testing & QA Solid

speckit-taskstoissues

Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.

10 Updated today
mori-shin-x
Code & Development Listed

issue-loop

issue 対応の 10 ステップ・ループ (Step 0-pre shift-left 調査 → 設計 → 実装 → 敵対的レビュー → メタレビュー → E2E → merge → 振り返り) を駆動する汎用 dev process skill。issue 番号 or URL を渡して起動する。Use when the user asks to run the issue loop / 10 ステップループ for a GitHub issue, or to 対応 an issue with the full review process.

10 Updated today
mori-shin-x
AI & Automation Listed

issue-retro

issue-loop の Step 9 (振り返り) 単体 skill。対象 PR のレビュー/メタレビュー/E2E findings を「事前 (Step 0-pre) に検出可能だったか」で分類し、プロジェクト側チェックリスト skill への追加提案を出力する。Use when the user asks for a retrospective of a completed PR / issue loop, or to feed findings back into a Step 0-pre checklist.

10 Updated today
mori-shin-x
AI & Automation Listed

speckit-agent-context-update

Refresh the managed Spec Kit section in coding agent context file(s)

10 Updated today
mori-shin-x

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.