My understanding is that after I vote to close, all those flags get dismissed as helpful, and the question is no longer flagged
This is correct. However, it's not as if the close request is hidden afterwards. Anyone who can see flags, can also see statistics for live close votes. Flags are meant to point it out to people from those who don't have the capacity to flag, but once you have people that have the capacity to flag, it's essentially a different place to look. One might consider some method of condensing the two groups (and indeed, there have been suggestions to that effect), but that's getting distracted.
Converting flags straight into close votes would present some measure of conflict for information and understanding the system. As it stands, we have a hard and simple rule when it comes to community action - it takes 5 votes from users with at least 3000 reputation to close a question. Any deviation from this is because a moderator stepped in.
In order to convert the votes, you'd have to do one of two things on the displayed close message:
- Attribute the close votes to the sub-3000 users who flagged it, which betrays the reputation requirement.
- Attribute the extra close votes to the first voter, which betrays the requirement of 5 voters.
This makes the entire close system suspect and brings in a lot more confusion - nevermind that X number of users with as little as 15 reputation (and thus, likely, little to no field experience) would be able to close questions as long as there was at least one 3000 user that agreed. In essence, this one 3000 user is getting the voice that otherwise requires multiple 3000 users. Thus you're not just empowering the lower reputations, but also the 3000 reputation users are being empowered. It breaks the hierarchy established by having reputation limits.
Remember that 3000 users are also the only ones who can properly mark a question for reopening - you can't even flag to mechanically reopen (as there are no prebaked messages for reopening). To keep the balance between closing and reopening, anyone who can close must be able to reopen. This is why allowing sub-3000 users to mechanically contribute to the closure is not feasible. At best, they should be able to point it out to those who can do the job - and the current flag mechanism works off of that.
(closeVotes >= 2 && flags >= 2*(5-closeVotes)) || flags >= 15, to increase the requirements if no "real" close voters agree. – Matthew Read Feb 2 at 18:21invalid flagflag if I think the flags are bogus. Wouldn't that send all those flags into disputed status? – Adam Rackis Feb 2 at 18:21invalid flagflag, the moderator can still come along and dismiss the original flag as helpful? (that would make sense to me) – Adam Rackis Feb 2 at 18:25