Intai

Story Flow — AI skill for Claude Code

AI community

🤖🧠 Agentic development workflow for AI–HI (Human Intelligence) collaboration.

How to install Story Flow

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Intai/story-flow and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Story Flow does

🤖🧠 Agentic development workflow for AI–HI (Human Intelligence) collaboration.

Alternatives in AI

  • Claude Flow — An enterprise-grade AI orchestration platform that revolutionizes how developers build with AI 22.2k ★
  • Flow Define — Multi-AI requirements scoping using Codex and Gemini CLIs (Double Diamond Define phase) 2.8k ★
  • Omnara — by Ishaan Sehgal - A command center for AI agents that syncs Claude Code sessions across terminal, web, and mo 2.6k ★

README

Agentic Development Workflow

This workflow leverages Claude Code to automate and streamline software development, from story planning to fully tested implementation. It helps teams maintain high-quality code, complete BDD coverage, and efficient task execution.

Prerequisite

  • Story readiness: The story in your story tracker (e.g. Jira, ClickUp, Azure DevOps) has been groomed, refined, and story-pointed. Acceptance criteria are clearly defined.

    💡 **Stories not ready yet?** Use [design-flow](plugins/design-flow) to explore product design, establish a style guide, create UI designs, and break the feature into epics and stories collaboratively with Claude before grooming.

  • Team alignment: All scrum team members understand the feature, including edge cases, error handling, and expected outcomes.

  • If you use a story tracker, add its MCP server to your project's `.mcp.json`. Then run `/mcp` to login and verify the connection status.

Steps

  1. 🤖🧠 **Create the technical story markdown** \ Prompt Claude Code in **plan mode**: \ `/draft-story @path/to/story.md PROJ-123` to draft from a story tracker, or \ `/draft-story @path/to/story.md "feature description"` to draft from a feature description, or \ `/draft-story @path/to/story.md` to draft according to a plan discussed with Claude. \ Requires the [junior-flow](plugins/junior-flow) plugin. The draft is a starting point—your review turns it into the technical design.

    **Important:**

    • Include a QA task to plan BDD scenarios.
    • Do not specify task dependencies at this stage; they will be analyzed later.
    • Include comprehensive technical details—this allows Claude to produce better, more reliable results without guessing.
    • Think first, code later. Creating the story markdown ensures the technical design exists before a single line of code is written. This reduces rework and enables smooth parallel development.

    Example:

    As a user, I want to update my p