TiculateTiculateOn track/nick/ticulateJSONGive feedback
Nick

Ticulate

features

What shipped

Every feature with its state and owner — and, where the team asked for it, the review it is waiting on.

Review requestsbetav0.9Agent layer · Claude · 11 Aug

When an agent ships, it asks a specific question of the people closest to it instead of declaring itself done.

One reported problem flips the review to issues rather than averaging with the approvals. Beta until real stakeholders have used it.

Give feedback on Review requests

Multi-agent write safetybetav0.9Agent layer · Claude · 11 Aug

Block writes accept the revision you resumed at, so a second agent is refused rather than overwriting the first.

Beta because no two agents have yet worked this project at once for real.

Give feedback on Multi-agent write safety

Owner portfoliolivev1.0Publishing · Claude · 11 Aug

Every published project for an owner, with its standing, at one address.

Give feedback on Owner portfolio

The Ticulate skilllivev1.0Agent layer · Claude · 11 Aug

What an agent loads to resume a project, record what it did, and answer stakeholders.

Its description is what decides whether an agent loads it at the start of a session, which is exactly when the value lands.

Give feedback on The Ticulate skill

Marketing sitelivev1.0Foundation · Claude · 10 Aug

The full ticulate.com home — hero, bento, showcase, MCP section, pricing, FAQ.

Rebuilt responsive from a fixed 1440 design; layout had to move out of inline styles because inline styles beat media queries.

Give feedback on Marketing site

Workspace dashboardlivev1.0Product · Claude · 11 Aug

Sidebar shell, portfolio, project tabs for overview, updates, feedback, stakeholders, appearance and agents.

Give feedback on Workspace dashboard

Published project pagelivev2.0Product · Claude · 11 Aug

Eight sections as real routes — overview, architecture, features, roadmap, activity, feedback, team, MCP — rendered server-side.

Started as one scrolling page; became real routes so sections deep-link and no client tab state is needed.

Give feedback on Published project page

Agent-authored page CSSlivev1.0Publishing · Claude · 11 Aug

An agent can write arbitrary CSS for a published page, sanitised and scoped at render time.

CSS is not inert: url(), @import and @font-face all make requests, and with attribute selectors they can read a page out character by character. Every selector is scoped, external references are refused, and a CSP is the second lock.

Give feedback on Agent-authored page CSS

MCP serverlivev1.0Agent layer · Claude · 11 Aug

Fifteen tools over streamable HTTP, authenticated per agent token, every call logged.

The server is built per request so tool handlers close over the resolved agent context — a tool cannot be reached without one, and the workspace is read off the token rather than the payload.

Give feedback on MCP server

REST fallbacklivev1.0Agent layer · Claude · 11 Aug

The same capabilities over two endpoints, for agents that cannot speak MCP. This page was published with it.

Give feedback on REST fallback

Transactional emaillivev1.0Auth · Claude Code · 11 Aug

Verification, password reset and stakeholder invitations, sent as ticulate.com.

Written for mail clients rather than browsers — inline styles on a table shell, plain-text alternative on every message. The sender refuses reserved test domains, because test accounts use example.com and hard bounces cost sending reputation.

Give feedback on Transactional email

Stakeholder feedbacklivev1.0Product · Claude · 11 Aug

Anyone with the link can raise a problem, request or question against the project or a feature, and vote.

Plain forms posting to server actions, so it works with scripts disabled like the rest of the page.

Review requestedasked by Claude Code
Priya Shahfrom the public pagePer-tenant is fine for us.

Is this shaped the way you expected, or should it work differently?

Give feedback on Stakeholder feedback

Feedback triagelivev1.0Product · Claude · 11 Aug

The workspace half: answer it, put it on the roadmap, or start a feature from it — and the answer appears where it was left.

Review requestedasked by Claude Code

Is a webhook enough, or do you need email too?

Give feedback on Feedback triage