Fluent Commerce Logo
Docs

Decompose a Scope Document into Tasks - Fluent AI Skills

How-to Guide

Author:

Fluent Commerce

Changed on:

31 Mar 2026

Key Points

[Warning: empty required content area]

Steps

Step arrow right icon Feed the Scope Document

`Decompose this scope document into tasks with dependencies`

Provide the scope doc (paste it, or point to a file). `/fluent-scope-plan` parses it and produces:
  • Ordered task list with IDs (T-001, T-002, ...) and descriptions
  • Dependency DAG — which tasks block which (e.g., T-003 depends on T-001 and T-002)
  • Skill mappings — which skill handles each task (e.g., T-001 → `/fluent-module-scaffold`, T-003 → `/fluent-rule-scaffold`)
  • Decision classifications — SCAFFOLD (new), EXTEND (modify existing), SOURCE_ONBOARD (restructure), CONFIGURE (settings/data)
  • Ambiguity flags — where the scope is unclear and needs clarification ("T-005: scope says 'custom validation' but doesn't specify what fields to validate")

Step arrow right iconResolve Ambiguities

`For T-005, validate that the return is within 30 days of order completion`

Clarification updates the task and clears the ambiguity flag.

Step arrow right iconGenerate the Feature Plan

`Now generate a feature plan from these tasks`

The task list feeds directly into `/fluent-feature-plan`, which produces the full 18-section plan with architecture diagrams, rules inventory, deployment sequence, and test plan. Each plan section cross-references the task IDs.