Site Architecture
Audit and redesign website structure, URL hierarchy, and navigation.
$skillfish add ~skills/site-architecture Real Conversations
See how the Site Architecture skill responds to actual requests. These are representative examples of what your AI agent will produce.
We're rebuilding the Nucleus PM website and I want to fix the URL structure before we migrate. Currently we have: /blog/, /resources/, /guides/, /documentation/, /changelog/ — and content is scattered inconsistently across /blog/ and /resources/. What's the right structure?
Consolidating content sections before migration is exactly the right call — fixing it after costs you rankings. Here's a clean architecture for a B2B SaaS:
Recommended URL structure:
nucleuspm.com/
├── /blog/ # Thought leadership, company news, product updates
├── /learn/ # All educational content (replaces /resources/ + /guides/)
│ ├── /learn/sprint-planning-guide
│ └── /learn/[topic]/ # Topic hubs linking to related posts
├── /integrations/ # Integration pages (programmatic SEO)
├── /compare/ # Competitor comparison pages
├── /customers/ # Case studies
├── /changelog/ # Keep as-is
├── /docs/ # Documentation
└── /pricing/
Key decisions:
1. Merge /resources/ and /guides/ into /learn/ Two sections with overlapping intent confuse users and Google. /learn/ is a clear, crawlable signal about content type.
2. Keep /changelog/ Changelogs earn organic traffic for "[product] updates" queries and build trust signals. Don't fold them into /blog/.
3. Separate /docs/ from the marketing site docs.nucleuspm.com or /docs/ with its own navigation — mixed marketing + docs confuses crawlers about page intent.
4. Add /compare/ and /integrations/ now These are your highest-intent programmatic pages and need a clean URL namespace from day one.
Migration checklist:
- Map every existing URL to its new destination
- 301 every old URL — no exceptions, even pages with zero traffic
- Submit new sitemap to GSC within 24 hours of launch
- Monitor GSC Coverage report daily for 2 weeks post-launch
Want a full URL mapping spreadsheet template?
Get Started
How to install and use this skill in your preferred environment.
Skills are designed for AI coding agents (Claude Code, Cursor, Windsurf) and IDE-based workflows where the agent can read files, run scripts, and act on your codebase. Web-based AI can use the knowledge and frameworks, but won't have tool access.
Models & Context
Which AI models and context windows work best with this skill.
Recommended Models
Larger models produce more detailed, production-ready outputs.
Context Window
This skill's SKILL.md is typically 3–10 KB — fits in any modern context window.
All current frontier models (Claude, GPT, Gemini) support 100K+ context. Use the full window for complex multi-service work.
Pro tips for best results
Be specific
Include numbers — users, budget, RPS — so the skill can size the architecture.
Share constraints
Compliance needs, team size, and existing stack all improve the output.
Iterate
Start with a high-level design, then ask follow-ups for IaC, cost analysis, or security review.
Combine skills
Pair with companion skills below for end-to-end coverage.
Ready to try Site Architecture?
Install the skill and start getting expert-level guidance in your workflow — any agent, any IDE.
$skillfish add ~skills/site-architecture