Skip to main content
hhow09's Blog

AI productivity boosts is real

I was a bit skeptical about AI coding assistant at first. But since Skills came out, I can really feel the power of agentic workflow.

I use Cursor but these features should also work in general agents e.g. Claude Code.

Here are the features I've used

1. Plan Mode #

Plan Mode is extremely useful to explore the complexities between different solutions before making any changes.

How I used that:

  1. Plan
    • Structure the problem first
    • Avoid touching code
    • Draw diagram to visualize the flow and architecture
  2. Execute first few steps for quick validation: Execute the initial steps to validate the approach before committing to the full implementation.
  3. implementation: Update the plan accordingly every round based on the real AI + human implementation.
  4. Futher usage: keep the plan for futher use e.g. decision making reference, QA testing instructions, tech sharing materials, work log, etc.

TODO #

2. Agent Skills #

open standard for extending AI agents with specialized capabilities.

I used #

3. Rules #

Project based rules to provide contex automatically in chat.

Use cases: general coding guidelines, code structure, testing style

examples: awesome-cursorrules

4. Normal Chat / Others #

Other tools to try #

Ref #