A Claude Code Skill that facilitates the RFP (planning) process for new nlink-jp projects. It collects requirements through interactive Q&A, validates completeness against CONVENTIONS.md Phase 1, and generates a structured RFP document.
Download rfp-vX.Y.Z.zip from
Releases and unzip it into your
skills directory:
unzip rfp-vX.Y.Z.zip -d ~/.claude/skills/Use .claude/skills/ inside a project instead for project-scoped installs.
On claude.ai, Claude Desktop, or mobile: upload the zip as-is under Settings → Skills.
git clone https://github.com/nlink-jp/rfp.git
cd rfp
make installmake install DEST=/path/to/project/.claude/skills installs to a specific
project. make uninstall removes the installed copy.
/rfp
/rfp my-new-tool
The skill walks through problem statement, feature specification, design decisions, series placement, and development plan, then writes the RFP document once the required information is complete.
make check # structural validation (frontmatter, relative links)
make package # build dist/rfp-vX.Y.Z.zip (zip root = skill folder)The skill content lives in rfp/ — that directory is exactly what
make package ships and make install copies. Repository scaffolding
(README, Makefile, tests) never enters the artifact.
Before v0.1.0 this skill lived in skills-series; the split is recorded in ADR-004.