AWS Labs logo

Skill

aidlc-jump

navigate AI-DLC workflow stages and phases

Covers Automation Navigation

Description

Jump the active AI-DLC workflow to a stage or phase. A Cursor-native shortcut for `/aidlc --stage <target>` or `/aidlc --phase <target>`.

SKILL.md

AI-DLC jump

Jump through the same deterministic forwarding loop as /aidlc. Pass the user's $ARGUMENTS through verbatim; they must contain either --stage <slug|#> or --phase <name|#>.

  1. Validate the invocation before calling the engine. If $ARGUMENTS is empty or does not contain exactly one of --stage <target> and --phase <target>, print Usage: /aidlc-jump --stage <slug|#> | --phase <name|#> and stop. A missing target must never degrade into a bare next.
  2. Run:
    bun .cursor/tools/aidlc-orchestrate.ts next $ARGUMENTS
    
  3. Act on the directive exactly as the aidlc skill's forwarding loop describes. In an active workflow, the engine returns a print directive naming the validated jump command; run it and continue the loop. Stop only when the directive or a human gate says to stop.

The engine owns target validation, direction, skipped-stage handling, and all state changes. Do not infer or apply a jump outside that loop.

© 2026 YourAI.tools. Every skill from an identity-verified publisher.

Independent catalog. Not affiliated with, endorsed by, or sponsored by Anthropic or any listed publisher. All trademarks belong to their respective owners.