

FylloCode
A desktop app that turns Coding Agents into reliable teammates — by splitting every change into Task → Proposal → Apply → Archive, with you reviewing the plan before any code is written.
winget install --id=Fioooooooo.FylloCode -e Description
In this new era, the work that really needs our attention is no longer repetitive coding, but higher-level business understanding and architecture design. The future workflow I have in mind is: understand the business → think through the architecture → write a Proposal → review the Proposal → let the Agent implement it automatically, then move on to the next Proposal. That thinking led me to build FylloCode — a step from Vibe Coding toward Agentic Coding. How FylloCode Solves It FylloCode enforces a structured workflow that separates thinking from doing: ┌──────────┐ ┌────────────────┐ ┌───────────┐ ┌───────────┐ │ Task │ ──→ │ Chat/Proposal │ ──→ │ Apply │ ──→ │ Archive │ │ │ │ │ │ │ │ │ │ What to │ │ Agent explores │ │ Agent │ │ Specs │ │ work on │ │ codebase and │ │ implements│ │ updated, │ │ │ │ writes a plan │ │ the plan │ │ change │ │ │ │ │ │ │ │ recorded │ │ │ │ ➜ YOU REVIEW │ │ │ │ │ └──────────┘ └────────────────┘ └───────────┘ └───────────┘ Task — Pick a task from your local list or synced from platforms like Yunxiao. One click sends it to Chat. Chat / Proposal — The Agent explores your codebase, asks clarifying questions, and produces a structured proposal (what to change, which files, acceptance criteria). The Agent is prohibited from writing code in this stage. You review, edit, and approve the proposal before anything else happens. Apply — A fresh Agent session implements the approved proposal task-by-task. It reads only the proposal artifacts — not the Chat history — so every decision must be captured in writing, not left in context-window memory. Archive — Specs are updated, the change is recorded with full traceability. Your project's knowledge base grows with every shipped change. Why Separating Thinking from Execution Matters Most Coding Agents understand a task and write code in the same session. Any misunderstanding becomes code directly, and code is expensive to review. FylloCode physically separates understanding from execution. Misunderstandings can only become proposal text — and text is cheap to review. A 2-minute proposal review catches problems that would take 20 minutes to find in a diff. Features Agent Protocol (ACP) FylloCode connects to any Coding Agent through ACP (Agent Client Protocol). Claude Code, Codex, or any ACP-compatible agent — one protocol, one interface, without juggling a pile of terminal windows. There are currently 35 agents available in the ACP Registry, with support for parallel chats and parallel Proposal Apply runs. System Reminders Each workflow stage injects a system reminder that constrains what the Agent can and cannot do. In Chat, the Agent is instructed to explore and propose, not code. In Apply, it follows the approved task list. This isn't a suggestion — it's a hard boundary enforced at session start. Task Panel View and manage tasks from your local list or synced from external platforms. Tasks serve as the entry point to the entire workflow — select a task, start a Chat, and the Agent begins with full context. Integration with Development Platforms Connect to platforms like Yunxiao (Alibaba Cloud DevOps) at the provider level — one authentication, multiple tools across task management, source code, and CI/CD. More platform integrations (GitHub, TAPD, Jira, etc.) are planned. Task integrations use APIs instead of Agent Skills by design. API calls are fast and do not spend tokens, so tokens stay focused on the work that actually needs reasoning. Workflow Editor Define and customize multi-stage workflows. Built-in templates get you started; edit the YAML to fit your team's process. OpenSpec-Driven Proposals Proposals are structured artifacts — not chat messages. Each proposal contains a design document, spec changes, and a concrete task list with file paths and acceptance criteria. The built-in fyllo-specs MCP server manages the full lifecycle: explore → create-proposal → apply-change → archive-change. Streaming Rendering Engine FylloCode uses markstream-vue as its streaming rendering engine. It is fast and smooth, with built-in integration for Monaco Editor, KaTeX, and Mermaid. While working on Proposals, it can render flowcharts and formatted specs in real time, making architecture flows and business logic easier to inspect. Engineering Guardrails FylloCode provides two layers of engineering guardrails: - Soft constraints — Capture engineering conventions as Guidelines and continuously maintain them through the built-in fyllo-skills MCP server, without manual upkeep. - Hard constraints — Agents may not always follow Guidelines perfectly, so FylloCode's health checks establish engineering-level enforcement through lint, test runners, git hooks, and CI.
FylloCode is available through winget as package ID Fioooooooo.FylloCode, with version 0.11.3. Use the install command above to set it up on Windows without downloading a separate installer manually.
Why install it with winget
Developer-tool pages are strongest when they connect to the broader workstation build: editors, terminals, runtimes, containers, and AI coding tools.
- •Makes developer stacks easier to reinstall with one repeatable flow
- •Useful for scripting day-one workstation setup
- •Works well when paired with archive pages, publishers, and curated topics
Good fit for
Fioooooooo.FylloCode
Related Apps
A privacy-focused, local-first, open-source, and ready-to-use alternative for Notion & Miro. One hyper-fused platform for wildly creative minds.
MS-SCCI source control plug-in for Git version control.
MS-SCCI source control plug-in for Subversion version control.
MCP server giving AI agents reliable access to language server protocol