gsd-to-autoforge-spec

Converts GSD mapping outputs into an AutoForge app_spec.txt.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/digisurfsome/Greptacular --skill gsd-to-autoforge-spec
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-to-autoforge-spec
Source: https://github.com/digisurfsome/Greptacular/tree/main/.claude/skills/gsd-to-autoforge-spec
Command: npx skills add https://github.com/digisurfsome/Greptacular --skill gsd-to-autoforge-spec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts GSD codebase mapping outputs into AutoForge app_spec.txt, enabling seamless onboarding of existing projects into AutoForge.

Core Features & Use Cases

  • Converts .planning/codebase/*.md outputs into .autoforge/prompts/app_spec.txt for AutoForge integration.
  • Reads essential GSD documents (STACK.md, ARCHITECTURE.md, STRUCTURE.md, CONVENTIONS.md, INTEGRATIONS.md) to populate a structured app spec.
  • Supports end-to-end spec generation for migrating an existing codebase to AutoForge and continuing development.

Quick Start

After you map the codebase with /gsd:map-codebase, run this skill to generate an AutoForge app_spec.txt in .autoforge/prompts.

Frequently Asked Questions about gsd-to-autoforge-spec

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

FAQPage Schema
How do I convert GSD mapping outputs into an AutoForge app spec?

You can convert GSD mapping outputs into an AutoForge app spec by running this skill after using /gsd:map-codebase. It reads your codebase mapping documents and automatically generates the required .autoforge/prompts/app_spec.txt file for project onboarding.

What is the process for migrating an existing codebase to AutoForge?

Migrating an existing codebase to AutoForge involves mapping your repository structure first, then converting those outputs into a structured app spec. This skill transforms your documented architecture and conventions into a ready-to-run spec for feature planning.

Which GSD documents are required to generate an AutoForge app_spec.txt file?

Generating an AutoForge app_spec.txt file requires the GSD mapping outputs from your .planning/codebase directory. Specifically, it reads STACK.md, ARCHITECTURE.md, STRUCTURE.md, CONVENTIONS.md, and INTEGRATIONS.md to populate the structured spec.

Can I onboard an existing project to AutoForge without manually writing the app spec?

Yes, you can onboard an existing project to AutoForge without manual spec writing by applying this skill to your mapped codebase. It automatically translates your existing project documentation into a ready-to-run app_spec.txt for continued development.

Do I need to run /gsd:map-codebase before generating an AutoForge app spec?

Yes, you must run /gsd:map-codebase on your repository before generating an AutoForge app spec. This skill depends on the structured mapping outputs produced by that command to accurately populate the final specification file.

What limitations should I expect when converting GSD mappings to AutoForge specs?

The primary limitation when converting GSD mappings to AutoForge specs is the strict dependency on prior codebase mapping outputs. Without complete and accurate GSD documents like STACK.md and ARCHITECTURE.md, the generated app_spec.txt will lack the necessary structure for feature planning.