Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

Clief Notes

29.1k members • Free

128 contributions to Clief Notes
The Blueprint for a Global AI Finance Hub: My "North Star" Structure
Even before the meetings happen, preparation is everything. I’ve been brainstorming how to take the principles we learn here and scale them for a global corporation (14,000 employees, 72 countries). This is the "North Star" for my journey toward becoming an AI Finance Manager. It’s a technical skeleton that ensures security, scalability, and—most importantly—the K.I.S.S. (Keep It Simple Stupid) model for the end-user. The Infrastructure (The Engine Room) Using the folder structure we’ve mastered, I’ve mapped out how a global hub would actually look "under the hood":Plaintext/ ├── CLAUDE.md # The Master Router (Direct OData Logic) ├── /identity # ACCESS CONTROL GATE │ ├── global_admins.md # Full access (Admin level) │ ├── DK.md # Validated users for Denmark │ └── [70+ countries].md # Global validation files ├── /library # THE COMMAND CATALOG │ ├── /global # Standard tools (e.g., /extract_ledger) │ └── /local # Country-specific tools (e.g., /dk_vat_report) ├── /core-logic # THE ENGINE ROOM │ ├── date_parser.md # Translates "MMYY" into OData parameters │ └── odata_templates.md # Master OData entity mapping ├── /countries # LOCAL CONTEXT & AUDIT │ └── /DK │ ├── audit-log.md # Record: Date | User | Command | Status │ └── local_settings.md # Local Legal Entity IDs / Currencies ├── /technical # SYSTEM RELIABILITY │ ├── mcp_config.md # OData read-only parameters │ └── health_check.md # System status triggers └── /schemas # EXCEL TEMPLATES └── ledger_standard.xlsx # Raw data structure The User Journey: From Teams to "Done" I want a user (let’s call him Lars) to get what he needs in under 60 seconds without ever touching a complex ERP menu. 1. The Request: Lars types /dk_vat_report 0126 in Microsoft Teams. 2. The Gatekeeper: The system checks /identity/DK.md. Lars is validated. 3. The Health Check: The system pings the MCP (Model Context Protocol). Connection is green. 4. The Data Pull: The AI uses the date_parser to see that 0126 means January 2026. It reaches directly into D365 via OData. 5. Delivery: The AI maps the data into a clean Excel template and uploads it to the chat. 6. Audit: The system silently logs the action for compliance.
1 like • 12h
reading this had me doing a little jig, great job man, your rules are genuinely thoughtful. Do you use hermes?
Do What You Can't.
"The haters, the doubters are all drinking champagne in the top deck of the Titanic… and we are the iceberg." — Casey Neistat A couple of days ago I rediscovered one of my favorite YouTube videos, posted 9 years ago by Casey Neistat. The premise is simple: everyone will tell you what you can't do. In life, in business, in relationships. In our case, with AI. F*&% that. When I joined this community a month ago, I didn't know what a markdown file was. Couldn't build a workspace or a system. Had no idea what "IDE" stood for, let alone how to build and deploy skills in Claude. That being said, I did the thing anyway. And now I'm building and solving things in ways I never imagined. If you're new: welcome. Do what you can't. If you've been here a while: keep doing what you can't. This is one of the best communities on the internet. Grateful to be in it.
1 like • 12h
BOOM HEADSHOT LOVE THIS
Shoutout to Aaron and Messages
@Aaron Quiroz been crushing it as our Community Triage Lead. Inbound across Instagram, Skool, and Discord has gotten genuinely out of hand, and Aaron stepped in and built real order out of the chaos. He's fast, he's thoughtful, and he actually reads what you send before responding. That matters Going forward, if you're trying to reach me about work, partnerships, projects, or anything that needs a real conversation, please send it to Aaron first. He has visibility into my calendar and priorities, and he'll get things routed correctly. If it needs me, I'll be there. If someone else on the team can handle it faster, even better. I'm still around and still reading. This just makes sure your message actually gets seen and answered instead of buried under hundreds of others. Thanks for rolling with the change. And seriously, thank you Aaron.
0 likes • 12h
@Alain Grignon Shouts out, people sleep on behavior, I read why zebras dont get ulcers when I was 20 and went down the Jacque Fresco rabbit hole and it literally changed my life. Respect, brotha.
Im understanding about 5% of what I see here 😄
Still, I'm new here. So hopefully in a month or so I will get to 10% Anyone else feeling the same?
Im understanding about 5% of what I see here 😄
1 like • 2d
@Gord Carter go peep my post history for the brofessor skill, you can disable the persona, he not only get's your structure TIGHT but he explains exactly why he's proposing things - he never takes action without an explnation and a proposal, and he's designed to make the least invasive possible edits so you can "tighten" and understand as you go. He explains exctly which docs belong in which layer, he understands building substrates around the layers as I build a lot of skills that require to be both "in the router" and outside of it, etc. I'm doing another post explaining what makes him so good, but I've done a couple already warming people up to build towards the bigger principles that make him such an absolute pimp
0 likes • 12h
@Carla Bosteder what kind of conflicts? I havent used claude code since they released agent skills i got banned lmao, if you enjoy getting dirty on customizing your harness pi agent is the goat though, i couldnt ever see myself leaving it.
Class, meet Brofessor.
TL;DR /brofessor is ICM-based skill that helps clean up AI-agent workspaces. It's also a small persona factory: the audit engine stays the same, but you can switch and create personas, and even tune them with a CONFIG.md It checks whether your docs, routing, stages, review gates, and context-loading patterns make sense. It finds bloat, confusion, contradiction, and overbuilt process junk. Then it proposes the smallest safe fix, waits for approval, executes only what you approve, and wraps up with a clear synthesis. It is half workspace auditor, half context janitor, half theatrical menace. Yes, that is three halves. The math is fine. Keep moving. Grab it, run it on a messy workspace, and let it bully your docs into behaving. - Brofessor iight now that that's out of the way, I'm going to explain why this shit actually bangs - actually fuck it imma let him explain this too. ps - this skill was made in 3 prompts, I can show you how I did it if anyone's curious... - yuckyyy Yep — replace the longer **“How It Works”** section with this: ```md ## How It Works Brofessor works because the prompt is built like a layered workspace auditor, not a generic “clean up my docs” request. ### 1. Core Directive: Treat the Workspace Like a Factory The prompt frames the repo as a multi-stage context system: - each stage has inputs - each stage produces outputs - each stage loads only what it needs - stable rules live outside active work - review gates control movement between stages So Brofessor is not asking, “Are these files tidy?” It is asking, “Can agents move through this workspace predictably?” ### 2. Layer Model: Give Every File a Job Brofessor audits through five layers: - **Layer 0:** workspace identity - **Layer 1:** map/orientation - **Layer 2:** routing/context loading - **Layer 3:** stable rules, contracts, criteria - **Layer 4:** active products and outputs This prevents the classic markdown soup problem where `CLAUDE.md`, `CONTEXT.md`, plans, rules, drafts, and review notes all start pretending to be the boss.
Class, meet Brofessor.
1 like • 12h
@Deacon Wardlow lmk what you tweak brotha, would love to see how you finesse it <3
1 like • 12h
@Donald Roy lmk how you like it brotha, it's a great tool for those already building or just starting with ICM <3
1-10 of 128
Yucky Yuckyyyy
5
208points to level up
@yucky-yuckyyyy-6607
nvim go brrrrrr just trying to distill abstract concepts probably adding an nvim keybind as we speak

Active 11h ago
Joined Mar 17, 2026
Powered by