{"id":43294626,"url":"https://github.com/gitmaxd/flowfactory","last_synced_at":"2026-02-01T19:02:38.796Z","repository":{"id":331282844,"uuid":"1126032913","full_name":"Gitmaxd/flowfactory","owner":"Gitmaxd","description":"Scaffold FlowFactory workflow system into your project","archived":false,"fork":false,"pushed_at":"2025-12-31T23:52:35.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-05T12:33:56.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gitmaxd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-31T23:21:37.000Z","updated_at":"2025-12-31T23:52:39.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Gitmaxd/flowfactory","commit_stats":null,"previous_names":["gitmaxd/flowfactory"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Gitmaxd/flowfactory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fflowfactory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fflowfactory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fflowfactory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fflowfactory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gitmaxd","download_url":"https://codeload.github.com/Gitmaxd/flowfactory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gitmaxd%2Fflowfactory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28986384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T19:02:34.430Z","updated_at":"2026-02-01T19:02:38.766Z","avatar_url":"https://github.com/Gitmaxd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlowFactory\n\nScaffold the FlowFactory workflow system into any project.\n\n[![npm version](https://img.shields.io/npm/v/flowfactory.svg)](https://www.npmjs.com/package/flowfactory)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n## Installation\n\n```bash\nnpx flowfactory init\n```\n\nOr install globally:\n\n```bash\nnpm install -g flowfactory\nflowfactory init\n```\n\n## What Gets Installed\n\nFlowFactory adds a `.factory/` directory with:\n\n- **Commands**: `/flow:plan`, `/flow:work`, `/flow:impl-review`, `/flow:resume`, `/flow:check`, `/flow:status`\n- **Droids**: Research agents (repo-scout, practice-scout, docs-scout, context-scout, flow-gap-analyst, quality-auditor)\n- **Skills**: Workflow logic for planning, execution, and review\n\n## Safety\n\nFlowFactory **never overwrites existing files**. If `.factory/` already exists, only new files will be added. Existing files are always preserved.\n\n## Usage\n\nAfter installation:\n\n```bash\n# Plan a feature\n/flow:plan Add user authentication\n\n# Execute a plan\n/flow:work plans/add-user-auth.md\n\n# Review your implementation\n/flow:impl-review\n```\n\n## Documentation\n\n- [FlowFactory.dev](https://flowfactory.dev)\n- [Full Documentation](.factory/README.md) (after init)\n\n## Options\n\n```bash\nflowfactory init [options]\n\nOptions:\n  --path \u003cdir\u003e    Target directory (default: current directory)\n  --force         Skip confirmation prompts\n  --help          Show help\n  --version       Show version\n```\n\n## Requirements\n\n- Node.js \u003e= 18\n- Works with Factory.ai Droid, Claude, and other AI coding assistants\n\n## License\n\nMIT\n\n## Credits\n\nFlowFactory is built upon the excellent foundation of [Flow](https://github.com/gmickel/gmickel-claude-marketplace) by [Gordon Mickel](https://github.com/gmickel), originally created as a Claude Code plugin.\n\nThis project adapts and extends that work for the Factory.ai Droid ecosystem, bringing the same disciplined workflow approach to a broader range of AI coding assistants.\n\nWe gratefully acknowledge Gordon's forward work in creating structured workflows for AI agents.\n\n## Author\n\n[GitMaxd](https://github.com/Gitmaxd) · [@gitmaxd](https://x.com/gitmaxd)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://flowfactory.dev\"\u003eflowfactory.dev\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmaxd%2Fflowfactory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitmaxd%2Fflowfactory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitmaxd%2Fflowfactory/lists"}