{
  "markdown": "# One Workflow\n\nOne Workflow allows you to build a mature software project with simply one skill.\n\n---\n\n## Installation\n\n### As a Plugin\n\nInstall via Claude Code's plugin system:\n\n```bash\n/plugin marketplace add ATreep/one-workflow\n/plugin install one-workflow\n```\n\nAfter installation, invoke the skill with the plugin namespace:\n\n```\n/one-workflow:brainstorm-specify-implement\n```\n\n---\n\n## Dependencies\n\nThis plugin requires the following external plugins to function:\n\n| Plugin | Required Skills | Purpose |\n|--------|----------------|---------|\n| [Superpowers](https://github.com/obra/superpowers) | `brainstorming`, `writing-plans`, `test-driven-development`, `subagent-driven-development` | Brainstorming, implementation planning, TDD methodology, and parallel subagent execution |\n| [SpecKit](https://github.com/obra/speckit) | `speckit-specify`, `speckit-clarify`, `speckit-plan`, `speckit-tasks`, `speckit-implement` | Optional — double spec confirmation pipeline (only if user chooses the SpecKit path) |\n\nInstall them before using this plugin:\n\n```bash\n/plugin install superpowers\n/plugin install speckit\n```\n\n---\n\n## Skills\n\n| Skill | Description |\n|-------|-------------|\n| `/one-workflow:brainstorm-specify-implement` | Transform a rough idea or feature request into actionable implementation: validate prerequisites, brainstorm requirements, write an implementation plan, and optionally run through SpecKit for double spec confirmation before subagent-driven development with TDD |\n\n---\n\n## Plugin Structure\n\n```\none-workflow/\n├── .claude-plugin/\n│   ├── plugin.json          # Plugin manifest\n│   └── marketplace.json     # Marketplace listing\n├── skills/                  # Plugin skills (namespaced)\n│   └── brainstorm-specify-implement/\n│       └── SKILL.md\n└── README.md\n```\n",
  "bytes": 1794,
  "sha": "2440b57a124eb6cbba41d7160c1197ef27873ff2b5f8393764f538e4030b5d88",
  "repo_slug": "atreep/one-workflow",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_atreep_one_workflow_one_workflow_bde3f2db/readme"
}