원클릭으로
inspect-user-story
Inspect SpecForge user stories, workflow state, current phase, runtime status, lineage, and files through MCP.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Inspect SpecForge user stories, workflow state, current phase, runtime status, lineage, and files through MCP.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use in this repository after completing any new functionality or functional subtask. Enforces a functional commit for the delivered change, followed by a separate version bump using the repository's versionbumper tool and its own independent commit.
SpecForge-local guardrails for workflow views, CLI portal rendering, browser shims, and runtime entrypoints. Use when modifying src-vscode, workflow renderers, portal HTML generation, CLI browser bridges, or SpecForge runtime entrypoints.
Use SpecForge.AI from Codex through the compact MCP facade. Trigger for creating, inspecting, advancing, approving, regressing, or operating on SpecForge user stories.
Create or import a SpecForge user story through MCP without touching .specs files directly.
Advance or approve a SpecForge user-story phase through MCP.
Submit refinement or approval answers for a SpecForge user story through MCP.
| name | inspect-user-story |
| description | Inspect SpecForge user stories, workflow state, current phase, runtime status, lineage, and files through MCP. |
Use specforge_query.
When the user asks to see, view, open, review, or inspect a specific user story, prefer the SpecForge workflow portal over raw file reads:
dotnet run --project src/SpecForge.Runner.Cli/SpecForge.Runner.Cli.csproj -- serve-workflow <workspaceRoot> <usId> <urlPrefix>
Use an available localhost port for <urlPrefix>, for example http://localhost:5128/.
specforge_query or direct file reads only as supporting context when the user asks for a textual summary, when the portal cannot start, or when troubleshooting.Do not treat a Markdown dump of .specs/**/us.md as sufficient for "show me the US" unless the user explicitly asks for the raw file contents.
Common calls:
{ "workspaceRoot": "<absolute repo path>", "query": "list_user_stories" }
{ "workspaceRoot": "<absolute repo path>", "query": "workflow", "usId": "US-123" }
{ "workspaceRoot": "<absolute repo path>", "query": "current_phase", "usId": "US-123" }
Prefer concise summaries: current phase, status, blocking reason, pending questions, artifact paths, and latest timeline events.