ia-structure

Generate Information Architecture and file structure from user stories and conceptual models.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill ia-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ia-structure
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/ia-structure
Command: npx skills add https://github.com/rachel353/fullty-plan --skill ia-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates translating user stories and a conceptual model into a concrete Information Architecture plan and corresponding file structure, reducing misalignment and design drift before implementation.

Core Features & Use Cases

  • Generate IA Structure: screen hierarchy, routes, and navigation with role-based access considerations.
  • Generate File Structure: codebase organization aligned to the IA output for frontend frameworks (React/Vite or Next.js).
  • Validate Coverage: ensure 100% user-story coverage with mapped screens and route mappings.
  • Use Case: A product team feeds user stories and a conceptual model to auto-create IA and code structure artifacts prior to development.

Quick Start

Provide your user stories JSON and conceptual model Markdown to generate ia_structure.md and file_structure.md.

Frequently Asked Questions about ia-structure

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

FAQPage Schema
How do I generate information architecture from user stories?

You generate information architecture from user stories by providing a user stories JSON file and conceptual model Markdown to automatically create screen hierarchies, routes, and role-based access mappings. It outputs an ia_structure.md file validating 100% user-story coverage.

What is the best way to plan file structure for a React or Next.js project before coding?

The best way to plan a file structure for React or Next.js is to generate a directory organization aligned to your information architecture. Providing user stories and a conceptual model yields a file_structure.md document defining the codebase organization for your frontend framework.

Can I map route-to-page hierarchies and access control from a conceptual model?

Yes, you can map route-to-page hierarchies and access control from a conceptual model. The generated information architecture output defines screen hierarchies, route mappings, and navigation with role-based access considerations prior to implementation.

Does this information architecture generator validate user story coverage?

Yes, the information architecture generator validates 100% user-story coverage by mapping each story to defined screens and route mappings. This ensures no requirement is missed before frontend development begins.

What format do user stories and conceptual models need to be in for IA generation?

User stories need to be in JSON format and conceptual models in Markdown format for IA generation. Supplying these inputs allows the tool to automatically output the ia_structure.md and file_structure.md artifacts.