FS.GG
Official@fs-gg
Offers a deterministic framework for spec-driven development lifecycles and high-fidelity two-dimensional game engine physics and simulation.
Agent Skills by FS.GG
Showing 32 vetted skills indexed across 1 GitHub repositories.
fs-gg-sdd-authoring-contracts
Validate FS.GG SDD authoring grammars for FR→AC checklist coverage and evidence.yml satisfaction.
pnext-item
Automate claiming, working on, and completing GitHub repository items.
fs-gg-sdd-plan
Structure technical implementation plans for FS.GG software development life cycle phases.
fs-gg-sdd-clarify
Automate ambiguity resolution and documentation in the FS.GG SDD lifecycle.
fs-gg-sdd-troubleshooting
Diagnose blocking issues in the FS.GG SDD lifecycle using summary counters.
fs-gg-sdd-checklist
Validate FR→AC coverage and enforce coverage line grammar.
intra-repo-parallel-work
Coordinate parallel repository work using git worktrees and touch-set management.
fs-gg-sdd-refresh-agents
Regenerate work models and agent guidance from updated FS.GG SDD sources.
fs-gg-sdd-tasks
Generate dependency-ordered task graphs from FS.GG SDD lifecycle plans.
fs-gg-sdd-verify
Evaluates FS.GG SDD lifecycle verification readiness and generates a verify.json report.
fs-gg-sdd-ship
Aggregate lifecycle, verification, and evidence state into a readiness view.
fs-gg-sdd-lifecycle
Manage the spec-driven development lifecycle in FS.GG using the fsgg-sdd CLI.
fs-gg-sdd-specify
Generate YAML specification drafts with stable IDs for the FS.GG SDD lifecycle.
cross-repo-coordination
Coordinate cross-repository GitHub issues and versioned contracts across FS-GG repositories.
fs-gg-sdd-validate
Validate FS.GG command, output-projection, and state matrices for determinism and baseline conformance.
fs-gg-sdd-analyze
Validate FS.GG SDD lifecycle artifacts and generate JSON readiness reports.
check-board
Reconcile the FS-GG Coordination Projects board with GitHub issue states.
fs-gg-sdd-getting-started
Initialize and scaffold FS.GG SDD projects using external templates.
fs-gg-sdd-charter
Create work item identity and scope definitions with YAML frontmatter.
fs-gg-sdd-evidence
Automate obligation declaration and verification within the FS.GG SDD lifecycle.
fs-gg-audio
Generate deterministic audio requests for FS.GG products.
fs-gg-collision
Detect and resolve box, circle, and polygon collisions in two-dimensional space.
fs-gg-model-swap
Replace the default model in a FS.GG product with a custom model.
fs-gg-game-core
Simulate deterministic game logic with collision detection and seeded random numbers.
Frequently Asked Questions About FS.GG
FAQPage SchemaWhat specific tasks are enabled by the FS.GG lifecycle framework?▼
The framework enables rigorous spec-driven development by generating YAML specification drafts, validating FR-to-AC checklist coverage, and producing readiness reports. It ensures determinism in project state matrices and provides structured dependency-ordered task graphs for complex software development lifecycles.
Which technical personas benefit from these capabilities?▼
Software architects, game engine developers, and technical project leads benefit from these capabilities. The system is designed for engineers requiring strict adherence to specification-driven development and those building deterministic 2D simulations involving collision detection, visibility polygons, and projectile ballistics.
What are the core prerequisites for implementing FS.GG game simulations?▼
Implementation requires a project environment capable of handling deterministic logic, such as seeded random number generation and grid-based coordinate systems. Users must define game state slots for persistence and integrate the provided collision and visibility predicates to manage 2D spatial interactions.