AGENTS.md

SLKone marketing and positioning guidance

Use this section whenever editing public site copy, IA, page hierarchy, visuals, CTAs, case-study presentation, service pages, or positioning documents.

Core positioning

SLKone is a delivery firm, not an AI company, not a software company, and not a deck factory. The site should make clear that SLKone embeds with leadership and operators to move important work from unclear priority to measurable operating result. AI, analytics, automation, MCP tooling, skills, agents, dashboards, models, and governance are capabilities used to compress and improve the work; they are not the firm’s identity.

Be critical. Most consulting websites sound interchangeable because they overuse broad claims and under-show the work. SLKone’s site should not claim it is different; it should make the difference obvious through specificity, evidence, and sharper choices about what not to say.

The internal pitch to preserve in spirit:

We’re not an AI company. We’re a delivery firm that uses AI better than anyone else. Our clients don’t pay for decks. They pay because things actually change.

Do not copy that line everywhere. Translate it into the page’s context.

Critical marketing pillars

If a page does not clearly connect to at least one of these pillars, it is probably generic filler.

Deficiencies the site must overcome

Strengths to reinforce

Critical differentiators

Critical standards for future edits

Before accepting any copy, layout, or IA change, test it against these questions:

Copy rules

Design and page-structure rules

Cursor Cloud specific instructions

This is a Jekyll 3.10 + Tailwind CSS 3 static website for SLKone (a consulting firm). No database or external services are required for local development.

Prerequisites (system-level, installed once)

Running the dev server

  1. npm run build:css:prod — builds Tailwind CSS to assets/css/main.css (must run before Jekyll serve, or use npm run build:css for watch mode)
  2. bundle exec jekyll serve --host 0.0.0.0 --port 4000 — starts dev server at http://localhost:4000

Building for production

Key gotchas