Lands-1203Lands-1203Community·21 Agent Skills Included

Flow2Spec

Spec-driven coding workflows with persistent project knowledge routing

Builds a routable project knowledge base that gives coding agents verified facts before they edit code. Covers requirement clarification, technical design generation, task planning, implementation, knowledge sync, and safe git commits. Eliminates repeated repository rediscovery, context drift, and undocumented changes across sessions and team members.
npx skills add Lands-1203/Flow2Spec --all -g -y
Available:

Instructs the agent to read the knowledge routing manifest and project config first, then routes natural-language requests to the correct f2s-* skill with rules for sub-agent splitting, intent recognition, and knowledge-base updates.

All Skills in This Repository (21)

Pure Emerald Level Indicators
📦 In Repo
Lands-1203Lands-1203

f2s-req-tech

Generate technical proposals from clarified project requirements using a project knowledge base.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

f2s-kb-upgrade

Upgrade knowledge base templates in Flow2Spec projects with version control and metadata auditing.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

f2s-kb-merge

Automate Git merge conflict resolution for indexes, rules, skills, and documentation.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

f2s-doc-final

Convert PDF and Markdown documents into a standardized final specification format.

Community
Intermediate
📦 In Repo
Lands-1203Lands-1203

f2s-req-clarify

Clarify PRDs through targeted questions and generate a clarification document.

Community
Intermediate
📦 In Repo
Lands-1203Lands-1203

f2s-kb-sync

Synchronize knowledge bases using predefined outlines with user confirmation.

Community
Intermediate
📦 In Repo
Lands-1203Lands-1203

f2s-doc-pdf

Convert PDF technical documents to Markdown and extract text and tables.

Community
Intermediate
📦 In Repo
Lands-1203Lands-1203

f2s-kb-rm

Remove knowledge topics and their mappings from a project's knowledge base.

Community
Intermediate
📦 In Repo
Lands-1203Lands-1203

f2s-kb-distill

Extract knowledge facts from Q&A dialogues into a structured knowledge base.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

f2s-doc-milestone

Generate project milestones from requirements, git history, and task completion.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

f2s-kb-migrate

Migrate legacy knowledge bases to the .Knowledge format with cleanup and reporting.

Community
Advanced
📦 In Repo
Lands-1203Lands-1203

repo-dev-check

Verify file placement and repository consistency in Flow2Spec using git operations.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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