Complete AI TrainingYourJobSkills for your job

Skills / web-development

user-thoughts

Persist user decisions and project constraints to mdbase across sessions. Trigger on /user-thoughts or /ustht, or when the user discusses architecture, tech stack, rules, UI/UX, or project memory.

IT & Software Developmentdocumentationmdbaseproject-managementuserthoughts

user-thoughts.SKILL

Overview

Across sessions and across agents, project decisions and user constraints are easy to lose. user-thoughts persists those decisions into a project-local mdbase so any future agent can recover the user's intent without re-deriving it from scratch.

The skill records user intent. It does not replace normal task execution. If the user says, "make the button red," the agent should both make the change and record the preference when persistent project memory is useful.

When to Use

Use this skill when the user states or revises:

  • Project rules, constraints, preferences, or requirements.
  • Architecture, tech-stack, data-model, deployment, or workflow decisions.
  • UI/UX direction, copy standards, visual preferences, or design rationale.
  • Backlog items, planned work, rejected options, or decisions that future agents should inherit.
  • A direct command beginning with /user-thoughts or /ustht.

Do not use it for unrelated small talk, transient chatter, or content the user explicitly asks to ignore.

Language Policy

  • All bundled skill files, scripts, templates, and reference docs are written in English.
  • Agent-facing command output should follow the user's current conversation language when the agent can reasonably do so.
  • Raw user thoughts should preserve the user's original wording. Do not translate, summarize, or clean the user's

Subscribers only

The full skill, its 24 bundled files and every download is included with every paid Complete AI plan.

Details

SourceJularDepick/user-thoughts.SKILL
LicenseMIT
Risk labelsafe ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md, assets/Runtime-Template/README.ai.md, assets/Runtime-Template/define.ini, assets/Runtime-Template/mdbase/README.ai.md, assets/Runtime-Template/mdbase/backlog.md, assets/Runtime-Template/mdbase/details/dev-stack.md, assets/Runtime-Template/mdbase/details/general.md, assets/Runtime-Template/mdbase/details/plans.md, assets/Runtime-Template/mdbase/details/rules.md, assets/Runtime-Template/mdbase/details/ui/details.md, assets/Runtime-Template/mdbase/details/ui/outline.md, references/commands.md, references/edge-cases.md, references/safety.md, references/sortin.md, scripts/common.py, scripts/ignore_ops.py, scripts/init.py, scripts/show_mdbase.py, scripts/show_raw.py, scripts/sortin.py, scripts/status.py, scripts/toggle.py, scripts/write_raw.py
Added2026-05-31

Related skills

accesslint-audit

Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.

angular

Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns.

angular-best-practices

Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.

angular-migration

Master AngularJS to Angular migration, including hybrid apps, component conversion, dependency injection changes, and routing migration.

angular-state-management

Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.

angular-ui-patterns

Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.