Spec Kit Partner is now provided as a Claude Code plugin: a next-generation, conversational, adaptive, and agentic tool designed to help humans co-create rigorous, multi-perspective technical specs for GitHub Spec Kit projects.
FAQ
claude-code-spec-kit-subagent-plugin is a Claude Code plugin with hand-picked skills for documentation work, indexed on Flowy. Install it with the command on its page. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
Spec Kit Partner is now provided as a Claude Code plugin: a next-generation, conversational, adaptive, and agentic tool designed to help humans co-create rigorous, multi-perspective technical specs for GitHub Spec Kit projects. It leverages dynamic memory graphs, adaptive workflows, and explicit multi-role analysis to bridge human creativity and technical rigor. Yes, it is particularly useful for humans who are non-technical and/or not trained yet in Spec Kit Methodology.
.claude-plugin/marketplace.json descriptor.All plugin metadata, code, and agent-generated artifacts are organized as follows:
claude-code-spec-kit-subagent-plugin/
โโโ .claude-plugin/
โ โโโ plugin.json
โ โโโ marketplace.json
โโโ agents/
โ โโโ spec-kit-partner.md
โโโ spec-kit-partner/
โ โโโ src/
โ โ โโโ main.py
โ โ โโโ workflow_manager.py
โ โ โโโ memory_graph.py
โ โ โโโ user_profile.py
โ โ โโโ multi_role_analysis.py
โ โโโ project-data/
โ โโโ memory-graph.json
โ โโโ user_profile.json
โ โโโ workflow_state.json
โ โโโ multi-role-analysis.json
โ โโโ logs/
โ โ โโโ conversation.log
โ โ โโโ internal_monologue.log
โ โโโ spec/
โ โ โโโ spec.md
โ โ โโโ state.json
โ โโโ diagrams/
โ โโโ system_flow.mermaid
โ โโโ memory_graph.mermaid
โ โโโ workflow_state_machine.mermaid
โ โโโ multi_role_analysis_flow.mermaid
โ โโโ agent_user_interaction.mermaid
โ โโโ data_flow.mermaid
โ โโโ role_perspective_map.mermaid
โโโ assets/
โ โโโ icon.png
โ โโโ screenshot1.png
โ โโโ screenshot2.png
โโโ README.md
โโโ LICENSE
โโโ CHANGELOG.md
Marketplace and plugin metadata are defined in:
.claude-plugin/plugin.json โ Main plugin manifest..claude-plugin/marketplace.json โ Marketplace listing fields including display_name, summary, categories, icon, documentation_url, publisher, license, screenshots, and more.See Official Claude Code Marketplace Docs.
All diagrams are output as Mermaid (.mermaid) format for easy rendering and AI parsing. Rendered .svg or .png versions may also be exported, but .mermaid is canonical.
On first run or when required files are missing:
.json file using provided schemas and set initial values.project-data/logs/conversation.log.See spec-kit-partner.md for full protocol.
/plugins/.This repository includes automated workflows to ensure code quality:
All workflows run automatically on pull requests. See CONTRIBUTING.md for detailed development guidelines.
This project is licensed under the MIT License.
For questions, contributions, or collaboration, open an issue or contact the repository maintainer.
.claude-plugin/
marketplace.json
plugin.json
.github/
ISSUE_TEMPLATE/
bug_report.md
feature_request.md
workflows/
lint-markdown-mermaid.yml
python-lint.yml
python-tests.yml
README.md
validate-assets.yml
validate-manifests.yml
.gitignore
.markdownlint.json
agents/
spec-kit-partner.md
assets/
icon.png
screenshot1.png
screenshot2.png
CONTRIBUTING.md
LICENSE
plugin.yaml
README.md
ROADMAP.md
spec-kit-partner/
diagrams/
agent_user_interaction.mermaid
data_flow.mermaid
memory_graph.mermai
multi_role_analysis_flow.mermaid
role_perspective_map.mermaid
system_flow.mermaid
workflow_state_machine.mermaid
logs/
conversation.log
internal_monologue.log
project-data/
memory-graph.json
multi-role-analysis.json
user_profile.json
workflow_state.json
spec/
spec.md
state.json
src/
main.py
memory_graph.py
multi_role_analysis.py
user_profile.py
workflow_manager.py
tests/
README.md
test_basic.pyยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic