Skip to content

Tagged: ai system

All Tags
ai system
11 pages
5 related

Pages with this tag

Site Authoring Capabilities

1

The canonical inventory of what this site actually provides for authoring — wired plugins, custom components, design tokens, content categories, and the AI authoring layer (skills, rules, agents, commands, hooks). Read this before building a page.

Reusable Doc Components

2

Live gallery of the shared diagram components (DiagramFigure, RuntimeOwnership, PackageBoundary, StageFlow, LayerStack, StepStack, Timeline, PatternPair) and the .zaj-diagram-* class system — what they look like, when to use each, and how to drop them into any page.

Writing Style & Quality Bar

3

The enforced ZajLibrary writing style — voice, structure, Starlight mechanics, and a pre-publish QC checklist. Adapted from the Ward documentation standard and translated to a public Starlight docs site.

Phase 1 · Set up the AI System

4

Stand up the agent operating system for a CodeCanyon Laravel app — the constitution, permission modes, rules, skills, and IDE wiring that every later phase relies on.

1 · Machine setup (once per machine)

5

Authenticate the GitHub CLI, register your MCP servers, and install the permission-mode switcher and deploy orchestrator — the workspace-global tools every project reuses.

2 · Project constitution

6

Write the cross-tool contract (AGENTS.md), the thin CLAUDE.md pointer, and the gitignored CLAUDE.local.md — the persistent project knowledge every agent loads at session start.

3 · Claude config — settings, modes, hooks

7

Commit the project-wide settings.json, pick a permission mode (strict/medium/yolo), and wire the hard-block + vendor-edit guard hooks that no mode can override.

4 · Rules & skills

8

Seed .claude/rules/ with the universal behavioral + reference rule set, install the stack skills and deploy orchestrator into .claude/skills/, then restart so the new context loads.

5 · Cursor & other IDEs

9

Wire the project MCP servers (.mcp.json with Laravel Boost) and make Cursor, Gemini, and Codex read the same constitution via a boot rule and thin mirrors.

6 · Verify & gate

10

Run the Phase 1 verification checklist, confirm the gate condition, and hand off to Phase 2 with the AI System fully wired.

CodeCanyon AI System kit

11

A standalone copy-paste kit that stands up the Phase 1 AI System for a fresh CodeCanyon Laravel app — constitution, Claude config + permission modes + safety hooks, universal rules, and other-IDE wiring.