Skip to content

Integrate flowmcp-prompt-generator into the CLI (on concrete demand) #118

Description

@a6b8

Classification

Polish — deferred enhancement, to be built on concrete demand only.

Context

Prompt composition for homogeneous mass batches lives in a standalone
module, flowmcp-prompt-generator (deterministic composition:
template + typed placeholders -> validated prompt string + metadata).
The module ships its own thin CLI entry and a library API, so it is
fully usable without any flowmcp-cli involvement. A direct CLI
integration was deliberately deferred to keep the module generic and
standalone first.

Expected behavior (when picked up)

  • A CLI command exposes the generator (suggested shape:
    flowmcp prompt generate --config=<payload-module> --out=<dir>),
    reusing the module's library API.
  • The integration is a normal dependency bump plus command wiring —
    no architecture rework is expected or accepted.
  • Generator errors (PGEN- codes) surface unchanged to the CLI user.

Trigger condition

Do not implement proactively. Pick this up only when a concrete
consumer needs the generator through the flowmcp CLI. This is a
separate rollout.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions