workflow-guide

Inspect filesystem state signals to recommend the next /ultra-* command.

11|4|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/rocky2431/ultra-builder-pro --skill workflow-guide-rocky2431
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-guide
Source: https://github.com/rocky2431/ultra-builder-pro/tree/main/.deprecated/skills/workflow-guide
Command: npx skills add https://github.com/rocky2431/ultra-builder-pro --skill workflow-guide-rocky2431

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams decide the next Ultra command by evaluating the current project state from filesystem signals.

Core Features & Use Cases

  • State-aware Next Steps: Detect missing or incomplete specs, task plans, or test results to recommend the next appropriate /ultra-* command.
  • Phase-driven Guidance: Provides recommended actions after research, planning, development, testing, or delivery phases.
  • Use Case: After finishing a research phase, run this Skill to get the next command suggestion, saving decision time.

Quick Start

Ask: "What's the next Ultra command given the current project state?"

Frequently Asked Questions about workflow-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the next step in my project workflow automatically?

Workflow-guide scans your project state—specs, task plans, git changes, and test files—to recommend the appropriate next /ultra-* command, eliminating manual decision-making after each phase completes.

What project state signals does the workflow guide check?

The guide inspects spec files (.ultra/specs/product.md, .ultra/specs/architecture.md), research notes, task plans (.ultra/tasks/tasks.json), git status, test files, and active changes to determine readiness for planning, development, testing, or delivery phases.

Can I use workflow-guide to automate DevOps handoffs between phases?

Yes. After research, planning, development, or testing phases complete, workflow-guide detects missing outputs and recommends the next automation command, streamlining phase transitions in project-management and CI/CD workflows.

What happens if my project is missing specs or test results?

Workflow-guide identifies incomplete specs, unexecuted tests, or missing task plans and recommends backtracking to the appropriate phase—such as /ultra-plan for missing specs or /ultra-test for incomplete test coverage.

Does workflow-guide work with existing git repositories?

Yes. Workflow-guide reads git status alongside .ultra directory structure to assess code changes and recommend the next command, integrating with standard version control workflows.