go

Detect project state and propose the next GSE-One action from YAML files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tjisousa/gensem --skill go-tjisousa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/tjisousa/gensem/tree/main/gse-one/plugin/skills/go
Command: npx skills add https://github.com/tjisousa/gensem --skill go-tjisousa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects the current project state and proposes the next GSE-One activity to progress your SDLC flow, including support for adopting existing projects.

Core Features & Use Cases

  • Detect project state and suggest the next action (PLAN, REQS, PRODUCE, etc.) based on status.yaml, backlog.yaml, and plan.yaml.
  • Supports --adopt mode to initialize GSE-One state for existing projects and integrate them into the orchestration.
  • Works within the GSE-One ecosystem to guide autonomous and human-in-the-loop decisions across sprints.

Quick Start

Run /gse:go to detect the current project state and receive the recommended next action; include --adopt to apply to existing projects.

Frequently Asked Questions about go

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

FAQPage Schema
How do I identify my project state and determine the next SDLC action?

To identify project state and determine the next SDLC action, this Skill reads status.yaml, backlog.yaml, and plan.yaml to detect current progress and propose the next workflow activity like PLAN or PRODUCE.

Can I integrate an existing codebase into the GSE-One orchestration workflow?

Yes, you can integrate an existing codebase into the GSE-One orchestration by using the --adopt mode, which initializes the required project state files for existing repositories.

What project artifacts are required to detect project state and suggest the next action?

Detecting project state and suggesting the next action requires access to specific project artifacts including status.yaml, plan.yaml, and backlog.yaml to map the current SDLC stage.

How do I initialize GSE-One state for an existing project?

To initialize GSE-One state for an existing project, run the go command with the --adopt flag, which sets up the orchestration tracking files for codebases at any SDLC stage.

Does this work for new greenfield projects and existing codebases at any SDLC stage?

Yes, it works for both new greenfield projects and existing codebases at any SDLC stage, reading status.yaml and plan.yaml to guide autonomous and human-in-the-loop sprint decisions.