AI студия Владимира Ломтева
УСЛУГИПРОЕКТЫСТАТЬИБАЗА ЗНАНИЙМаркетплейсПолезные сервисы

Оставьте заявку,
чтобы обсудить проект

Напишите ваш вопрос, не забудьте указать телефон. Мы перезвоним и все расскажем.

Контакты

Москва

Работаем по всей России
и миру (онлайн)

+7 (999) 760-24-41

Ежедневно с 9:00 до 21:00

lamooof@gmail.com

По вопросам сотрудничества

TelegramWhatsApp

Есть предложение?

Напишите нам в мессенджеры

© 2025 AI студия Владимира Ломтева

Политика конфиденциальностиСогласие на обработку ПДн|ИНН 623412173261
    Information Architecture — Скилл для ИИ-агентов | AI Рассвет

    Information Architecture

    Define the structural layer of a product or site before visual design begins. Covers navigation, content hierarchy, page structure, URL patterns, and user flows. Use when user wants to plan site structure, define navigation, map user flows, organize content, or mentions "IA" or "information architecture".

    Скиллы для маркетинга#GitHub#julianoczkowski/designer-skills#skills.sh
    Скачивания
    0
    В избранном
    0
    Комментарии
    0
    Просмотры
    2

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add julianoczkowski/designer-skills --skill information-architecture
    Скачать ZIP
    Версия
    1.0.0+c259656c76d9
    Автор
    Владимир Ломтев
    Репозиторий
    julianoczkowski/designer-skills
    GitHub: julianoczkowski/designer-skills

    Установить скилл

    Добавьте инструмент одной командой или скачайте проверенный архив версии.

    npx skills add julianoczkowski/designer-skills --skill information-architecture
    Скачать ZIP
    Версия
    1.0.0+c259656c76d9
    Автор
    Владимир Ломтев
    Репозиторий
    julianoczkowski/designer-skills
    GitHub: julianoczkowski/designer-skills

    Как установить

    1. 1Скопируйте команду из блока установки.
    2. 2Запустите её в терминале из каталога проекта.

    Документация

    This skill defines the structural skeleton of a product or site. It sits between the design brief and the build. Run this after the brief is written and before tasks are created.

    Example prompts

    • "Plan the IA for this app before I start building"
    • "Map out the navigation and page structure"
    • "I need to organize the content for a documentation site"
    • "Define user flows for the onboarding experience"

    Process

    1. Look for an existing design brief at .design/*/DESIGN_BRIEF.md. If multiple subfolders exist, use the most recently modified one, or ask the user which feature they are working on. If no brief exists, ask the user what they are building and for whom.

    2. Explore the existing codebase to understand what structure already exists:

      • Routing: Next.js app/ or pages/ directory, React Router config, Vue Router, SvelteKit routes, or static HTML page files
      • Navigation components: header, sidebar, navbar, breadcrumb, footer components
      • Layout components: root layouts, nested layouts, page wrappers, container components
      • Page directories: how pages are currently organized in the file system
      • URL patterns: existing slugs, dynamic segments, query parameter conventions
      • CMS or data layer: content models, API routes, data fetching patterns, MDX/content directories
      • If structure exists, this skill extends and improves it. Do not propose a new architecture that ignores what is already built.
    3. Interview the user about structural decisions. For each question, provide your recommended answer.

      Cover at minimum:

      • What are the primary things a user needs to find or do? Rank by frequency.
      • How many levels of navigation depth are acceptable?
      • What content will grow over time vs. what is fixed?
      • Are there distinct user types who need different entry points?
      • What is the one page/view where the user spends 80% of their time?
    4. Once you have a shared understanding, produce the IA document using the template below and save it as INFORMATION_ARCHITECTURE.md in the same .design/<feature-slug>/ subfolder as the design brief.

    IA Document Template

    ## Information Architecture: [Product/Site Name]
    
    ## Site Map
    
    A hierarchical map of every page or view. Use indentation to show nesting. Include the URL pattern for each.
    
    - Home `/`
      - Feature A `/feature-a`
        - Sub-page `/feature-a/detail`
      - Feature B `/feature-b`
    - Settings `/settings`
      - Profile `/settings/profile`
    
    ## Navigation Model
    
    Describe the navigation system:
    - **Primary navigation**: What appears in the main nav? Maximum items.
    - **Secondary navigation**: Sidebar, tabs, or contextual links within sections.
    - **Utility navigation**: Account, settings, help, and anything outside the main content hierarchy.
    - **Mobile navigation**: How navigation adapts. Hamburger, bottom tabs, or something else.
    
    ## Content Hierarchy
    
    For each major page or view, define the content priority:
    
    ### [Page Name]
    1. [Highest priority content] -- Why this comes first
    2. [Second priority] -- Why this comes second
    3. [Third priority] -- Rationale
    4. [Below the fold / secondary]
    
    ## User Flows
    
    The critical paths through the product. Each flow is a sequence of steps with decision points noted.
    
    ### [Flow Name] (e.g., "New user onboarding" or "Create a project")
    1. User lands on [page]
    2. User sees [content/prompt]
    3. User takes action: [action]
       - If [condition A] -> [outcome]
       - If [condition B] -> [outcome]
    4. User arrives at [destination]
    
    ## Naming Conventions
    
    A glossary of terms used in the interface. Consistency matters. Pick one word and use it everywhere.
    
    | Concept | Label in UI | Notes |
    |---------|-------------|-------|
    | [thing] | [what we call it] | [why this word] |
    
    ## Component Reuse Map
    
    Which structural components (layouts, containers, navigation elements) are shared across pages.
    
    | Component | Used on | Behavior differences |
    |-----------|---------|---------------------|
    | [layout/component] | [pages] | [any variations] |
    
    ## Content Growth Plan
    
    Which sections of the site will accumulate content over time and how the IA accommodates that growth (pagination, filtering, search, archive patterns).
    
    ## URL Strategy
    
    Rules for URL construction:
    - Pattern: [e.g., `/section/subsection/item-slug`]
    - Dynamic segments: [what is parameterized]
    - Query parameters: [filtering, sorting, pagination]
    

    Требования и возможности

    Источник пакета
    https://github.com/julianoczkowski/designer-skills/tree/c259656c76d9758d7ead46b0d2f125cbe84f8665/information-architecture

    Файлы версии

    ПутьРазмерSHA256
    SKILL.md47827aad60e5568df242...

    Частые вопросы

    Как установить Information Architecture?
    Используйте команду npx skills add julianoczkowski/designer-skills --skill information-architecture или скачайте ZIP-архив.
    Можно ли скачать Information Architecture бесплатно?
    Да, опубликованную версию можно скачать из маркетплейса бесплатно.

    Похожие инструменты

    Смотреть все
    Nuxt UiBuild UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.Gemini Api DevUse this skill when building applications with Gemini API hosted models, including Gemini and Gemma 4, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript, com.google.genai:google-genai for Java, google.golang.org/genai for Go), model selection, and API capabilities.Browser ActBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions it by name, includes or asks to run a browser-act CLI command (e.g., browser-act browser list), or to: fetch, view, or extract rendered content from URLs, access pages requiring JavaScript, handle verification prompts, maintain authenticated sessions, fill forms and click through workflows, type, select, upload, take screenshots, capture XHR/fetch/HAR responses, open multiple URLs in parallel, extract content that loads on scroll or clickSeo AuditWhen the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," "SEO health check," "my traffic dropped," "lost rankings," "not showing up in Google," "site isn't ranking," "Google update hit me," "page speed," "core web vitals," "crawl errors," or "indexing issues." Use this even if the user just says something vague like "my SEO is bad" or "help with SEO" — start with an audit. For building pages at scale to target keywords, see programmatic-seo.
    Комментарии

    Войдите, чтобы оставить комментарий.

    Комментариев пока нет.