Flow2Spec
Spec-driven coding workflows with persistent project knowledge routing
All Skills in This Repository (21)
Pure Emerald Level Indicatorsf2s-req-tech
Generate technical proposals from clarified project requirements using a project knowledge base.
f2s-kb-upgrade
Upgrade knowledge base templates in Flow2Spec projects with version control and metadata auditing.
f2s-kb-merge
Automate Git merge conflict resolution for indexes, rules, skills, and documentation.
f2s-doc-final
Convert PDF and Markdown documents into a standardized final specification format.
f2s-req-clarify
Clarify PRDs through targeted questions and generate a clarification document.
f2s-kb-sync
Synchronize knowledge bases using predefined outlines with user confirmation.
f2s-doc-pdf
Convert PDF technical documents to Markdown and extract text and tables.
f2s-kb-rm
Remove knowledge topics and their mappings from a project's knowledge base.
f2s-kb-distill
Extract knowledge facts from Q&A dialogues into a structured knowledge base.
f2s-doc-milestone
Generate project milestones from requirements, git history, and task completion.
f2s-kb-migrate
Migrate legacy knowledge bases to the .Knowledge format with cleanup and reporting.
repo-dev-check
Verify file placement and repository consistency in Flow2Spec using git operations.
Frequently Asked Questions
FAQPage SchemaHow to install Flow2Spec?▼
Run `npx skills add Lands-1203/Flow2Spec --all -g -y` in your terminal to install all skills globally.
What problem does Flow2Spec solve?▼
It stops coding agents from rediscovering the same project constraints on every request by keeping verified facts in a small, routable knowledge base that loads only what each task needs.
How does Flow2Spec handle a new feature request?▼
It clarifies the requirement, generates a technical design, plans and implements tasks with tracked checklists, then syncs the confirmed facts back into the knowledge base before commit.
Does Flow2Spec work with Cursor, Claude Code, and Codex?▼
Yes. The init command installs the same f2s-* skills and rules into each client's configuration root, including Cursor, Claude Code, Codex, and DeepSeek Harness.
Can multiple developers share one Flow2Spec knowledge base?▼
Yes. Each developer's task state stays local while confirmed knowledge merges through structured deltas with revision checks, so concurrent edits are reviewed instead of overwritten.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core