yogata
Community@yogata
yogata provides an agent-driven development governance system managing requirements, architecture decisions, design docs, and GitHub Issue lifecycles via structured command pipelines.
Agent Skills by yogata
Showing 50 vetted skills indexed across 1 GitHub repositories.
repo-agentdev-integrity
Validates REQ, ADR, skill, and command artifact consistency in the agent-dev-flow repository.
agentdev-workflow-req-define
Orchestrates an interactive requirement-definition workflow producing structured draft-data requirement documents.
agentdev-architecture-advisory
Reviews requirement drafts for architecture conflicts before Decision judgment in req-define workflows.
agentdev-workflow-lifecycle
Defines workflow phases, work_type classification, and scale criteria for agentdev command pipelines.
agentdev-workflow-learning-promote
Evaluates and promotes accumulated learning entries into durable artifacts via a seven-step workflow.
agentdev-workflow-backlog-auto
Orchestrates the backlog-auto workflow across inspect, promote, and review stages.
agentdev-workflow-case-revise
Applies re-agreed Definition changes to existing Cases via idempotent Amendment PRs.
agentdev-design-file-manager
Manages Design file creation, appending, and target_area section replacement with lifecycle status rules.
agentdev-issue-management
Provides safe procedures for creating, updating, linking, and verifying GitHub Issues.
agentdev-decision-guidelines
Evaluates whether architectural changes require a formal Decision record.
agentdev-artifact-validation
Validates frontmatter ID consistency, README entry existence, and change scope via deterministic TypeScript scripts.
agentdev-intake-pipeline
Extracts remaining issues from closed GitHub Issues and PRs, then reviews and promotes intake items.
agentdev-req-file-manager
Manages requirement file numbering, creation, appending, and updating for REQ documents.
agentdev-project-extensions
Resolves project-specific YAML extensions for workflow and capability skills at runtime.
agentdev-workflow-inspect-skills
Diagnoses Command and Skill definitions for structural validity and outputs findings to inbox files.
agentdev-traceability
Scans ADF-COVERS declarations to report requirement-artifact coverage, impact, and integrity checks.
agentdev-workflow-inspect-docs
Diagnoses semantic consistency across REQ, Decision, Design, and guide documentation.
agentdev-workflow-case-auto
Orchestrates autonomous case-open through case-close workflows with stop detection and conflict resolution.
agentdev-case-run-execution-adapter
Defines the delegation protocol connecting case-run issue execution to execution subagents.
agentdev-workflow-third-party-sync
Synchronizes third-party skills declared in skills.yaml via a dedicated fetch tool.
agentdev-decision-file-manager
Manages decision record file creation, appending, updating, and numbering under docs/decisions.
agentdev-learning-pipeline
Defines schemas and evaluation criteria for promoting captured learnings into adopted artifacts.
agentdev-skill-authoring
Provides quality criteria and review protocols for authoring OpenCode SKILL.md files.
agentdev-workflow-issue
Manages tracking issues on GitHub through natural language instructions and conversation context.
Frequently Asked Questions About yogata
FAQPage SchemaWhat tasks can I perform using yogata's agentdev skills?▼
You can define requirements with REQ file management, record architecture decisions, manage Design documents, orchestrate case-open/ready/run/close pipelines, track GitHub Issues and Epics, generate Conventional Commits messages, manage git worktrees, and run integrity diagnostics across docs, commands, and skill definitions.
Who is the target audience for these agentdev skills?▼
Software engineers and technical leads practicing structured, document-driven development with AI coding agents. It suits teams maintaining REQ/Decision/Design artifacts, Epic-based GitHub Issue hierarchies, and traceability between requirements and implementation artifacts in self-hosted repositories.
How are the agentdev workflow skills invoked at runtime?▼
Workflow skills are not launched standalone; each is invoked through its corresponding /agentdev/* command. The skills own step-level control with independent resume points, HITL approval gates, adversarial-review stages, and git persistence, while capability skills supply reusable knowledge for file operations and diagnostics.
What prerequisites and dependencies do these skills require?▼
Skills assume a repository hosting the agent-dev-flow structure with docs/ directories, .agentdev/ state folders, and GitHub access via the agentdev_gh custom tool for Issue and PR operations. Git is required for persistence, worktree management, and idempotent re-execution of pipeline steps.
How does the system ensure quality and consistency of artifacts?▼
Dedicated skills provide deterministic verification of REQ/Decision frontmatter and filename consistency, README entry existence, change-scope validation, REQ structure diagnostics across six axes, skill and command authoring quality criteria, lightweight quality gates, and adversarial multi-role review for requirement and design drafts.