discussion-to-implementation-doc

Convert converged discussions into implementation-readiness documents under docs/discussions or docs/plans.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/graysurf/agent-runtime-kit --skill discussion-to-implementation-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: discussion-to-implementation-doc
Source: https://github.com/graysurf/agent-runtime-kit/tree/main/tests/golden/claude/plugins/conversation/skills/discussion-to-implementation-doc/expected
Command: npx skills add https://github.com/graysurf/agent-runtime-kit --skill discussion-to-implementation-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert a converged discussion or review into a repo-local implementation-readiness document.

Core Features & Use Cases

  • Convert converged discussions into literature the implementation team can read.
  • Separate confirmed facts, decisions, findings, assumptions, and recommendations.
  • Place the document under docs/discussions/ or docs/plans/ to serve as Read First context for execution.

Quick Start

Summarize the converged discussion into a stable implementation-readiness document and save it under docs/discussions or docs/plans as appropriate.

Frequently Asked Questions about discussion-to-implementation-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a project discussion into an implementation-readiness document?

To create an implementation-readiness document, summarize the converged discussion and save it under docs/discussions or docs/plans. This separates facts, decisions, findings, assumptions, and recommendations into a durable artifact for the execution team.

What is the best way to document decisions and assumptions for a development handoff?

Documenting decisions for a handoff involves separating confirmed facts, findings, assumptions, and recommendations into a Read First file. Placing this artifact under docs/plans provides durable scope, acceptance criteria, and validation context for implementers.

How do I structure a decision log to serve as Read First context for implementation?

A structured decision log for implementation requires a concise scope, acceptance criteria, validation plan, and retention guidance. Separating facts from assumptions ensures the execution team has clear, actionable context derived from source material references.

Does my repository need a specific folder structure for implementation docs?

Implementation docs should be placed under docs/discussions or docs/plans. This standard repo-local placement ensures the converged discussion artifact serves as a Read First context file that the implementation team can easily locate.

When should I create an implementation-readiness document from a review?

You should create an implementation-readiness document when a discussion or review has converged and its conclusions are ready to be captured. This process freezes the decisions and findings into a stable artifact before execution begins.